HELP FAST PLS
#1

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
Reply
#2

What bug? Explain better...
Reply
#3

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

Do you use a godfather?
Otherwise just connect a npc on ID 1.
Reply
#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
#6

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)