18.12.2016, 01:58
example ?
Код HTML:
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; }