19.10.2013, 18:06
Quote:
Can you show us what you've done up to now? And can you show us how you load / save your variables too? That'd help us.
He wants a kick and ban command that reads off the variables of Admin='%d', if the sender is not admin, it should return "get a admin noob". I think that's what he wants. |
Код:
CMD:kick(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid,-1,"Admins Only"); new tmp[128]; tmp = strtok(cmdtext, idx); Kick(strval(tmp)); return 1; }