Advertisement
Guest User

teste

a guest
Nov 19th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | None | 0 0
  1. CMD:comandosrcon(playerid)
  2. {
  3.     if(!IsPlayerAdmin(playerid))
  4.         return SendClientMessage(playerid, COLOR_ORANGE, "Você não está logado na rcon!");
  5.  
  6.     return Commandsrcon(playerid);
  7. }
  8.  
  9. Commandsrcon(playerid)
  10.     return SendClientMessage(playerid, -1, "/rcon say, /rcon gmx, /rcon hostname, etc..");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement