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.34 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3.         if (strcmp("/pcmds", cmdtext, true, 5) == 0)
  4.         {
  5.         ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Player Commands","This is where you veiw the player commands\n/pcmds - For see player on foot commands\n/RULES - To check the gamemode's rules\n","Cool","Shit");
  6.         return 1;
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement