SA-MP Forums Archive
HELP FAST PLS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HELP FAST PLS (/showthread.php?tid=624511)



HELP FAST PLS - SheerlockHolmess - 18.12.2016

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


Re: HELP FAST PLS - SyS - 18.12.2016

What bug? Explain better...


Respuesta: HELP FAST PLS - SheerlockHolmess - 18.12.2016

It happens that the user that enters with the PLAYER ID 1 is completely buried the timers the account the clothes nothing walks


Re: HELP FAST PLS - GangstaaSunny - 18.12.2016

Do you use a godfather?
Otherwise just connect a npc on ID 1.


Respuesta: HELP FAST PLS - SheerlockHolmess - 18.12.2016

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



Re: HELP FAST PLS - itsCody - 18.12.2016

I don't think people still get what the issue is..

Do you have the # of NPCs allowed to connect in server config?