Advertisement
Samp-Pawn

Admin Simple Code - Samp

May 24th, 2012
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if(!strcmp(cmdtext,"/simple",true))
  2. {
  3. if(AdminLevel[playerid] < 1)return 0;
  4. SendClientMessage(playerid,-1,"blablabla");
  5. return 1;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement