Advertisement
BernardoMalkovich

comando rcon base

Jun 15th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.17 KB | None | 0 0
  1. public OnRconCommand(cmd[])
  2. {
  3.     if(!strcmp(cmd, "teste", true))
  4.     {
  5.         SendClientMessageToAll(FF0000, "Testando 1 2 3!");
  6.         return 1;
  7.     }
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement