Advertisement
Guest User

testa

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