18.12.2016, 00:32
I have a problem with ID 1 bug all your account etc ... that could cause the bug? Only happens with the user that enters with that id
public OnGameModeInit() { new blanknpcamount; for(new playerid;playerid<GetMaxPlayers()-1;playerid++) //Change AMOUNTOFNPCS to be the same of NPCs you plan on connecting { ConnectNPC("Jimbo","BLANK"); blanknpcamount++; } //ConnectNPCs here for(new playerid;playerid<blanknpcamount;playerid++)Kick(playerid); return 1; }