HELP FAST PLS
#5

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;
}
Reply


Messages In This Thread
HELP FAST PLS - by SheerlockHolmess - 18.12.2016, 00:32
Re: HELP FAST PLS - by SyS - 18.12.2016, 00:42
Respuesta: HELP FAST PLS - by SheerlockHolmess - 18.12.2016, 00:46
Re: HELP FAST PLS - by GangstaaSunny - 18.12.2016, 01:13
Respuesta: HELP FAST PLS - by SheerlockHolmess - 18.12.2016, 01:58
Re: HELP FAST PLS - by itsCody - 18.12.2016, 03:39

Forum Jump:


Users browsing this thread: 1 Guest(s)