27.01.2011, 13:24
Quote:
I'll script this out of nothing now.
I'm feeling a bit under the weather so.. btw, you've used the isplayeradmin wrong As you can see I have the ! symbol which means negative. pawn Код:
You'll need ZCMD Put it anywhere in your script. NOT IN A CALLBACK. |
pawn Код:
if(!IsPlayerAdmin(playerid)); return SendClientMessage(playerid, 0xFF4444FF, "You're not an admin");
pawn Код:
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0xFF4444FF, "You're not an admin");