20.02.2014, 00:49
You are calling the commands for the playerid, shouldn't that be npcid? I don't know how npc commands work :P
example:
Should be
example:
Code:
cmd_ban(playerid, sendedcmd);
Code:
cmd_ban(npcid, sendedcmd);