13.01.2010, 07:38
You should make exceptions for NPCs, for login passwords spawns whatever..
if(IsANpc(playerid) == 1)return 1; is an example to skip checks if they aren't neccesary for bots
if(IsANpc(playerid) == 1)return 1; is an example to skip checks if they aren't neccesary for bots