Guest User

Untitled

a guest
Nov 23rd, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if(strcmp("/binichadmin", cmdtext, true, 10) == 0)
  2. {
  3. if(SpielerInfo[playerid][AdminLevel] >= 1)
  4. {
  5. SendClientMessage(playerid,GrĂ¼n,"Du bist ein Administrator");
  6. }
  7. else
  8. {
  9. SendClientMessage(playerid,Rot,"Du bist kein Administrator!");
  10. return 1;
  11. }
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment