Guest User

/querajuda

a guest
May 4th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if(strcmp(cmd, "/querajuda", true) == 0)
  2. {
  3. if (PlayerInfo[playerid][pAdmin] >= 1)
  4. {
  5. format(string, sizeof(string), "%s Esta Trabalhando, quer ajuda? /relatorio <> /senha <> /fila <> /pm", pname);
  6. SendClientMessageToAll(azul, string);
  7. }
  8. return 1;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment