Advertisement
Guest User

Comanda

a guest
May 8th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.23 KB | None | 0 0
  1. CMD:factions(playerid, params[])
  2. {
  3.     if(PinLogged[playerid] == 0)return SCM(playerid, COLOR_LIGHTRED,"Trebuie sa  introduci pin-ul mai intai.(/pin)");
  4.     if(IsPlayerConnected(playerid))
  5.     {
  6.         ShowFactions(playerid);
  7.     }
  8.     return 1;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement