Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.27 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3.         if (strcmp("/scripters", cmdtext, true, 5) == 0)
  4.         {
  5.         ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Server scripters","This is where you veiw the Servers scripters\n/","Cool","Shit");
  6.     return 1;
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement