NPC's Problem and Spawn button Problem
#6

Quote:
Originally Posted by NaS
Посмотреть сообщение
you need to actually spawn the player using SpawnPlayer(playerid); in OnPlayerRequestClass, and then put the player into a custom Spawn Selection.
I DID THIS:

Код:
public OnPlayerRequestClass(playerid)
{
  SetTimerEx("SkipSpawn",10,0,"i",playerid);
  ShowPlayerDialog(playerid, ...); //Login Dialog
  return 1;
}
Код:
forward SkipSpawn(playerid);
public SkipSpawn(playerid)
{
  SpawnPlayer(playerid);
  return 1;
}
The buttons disappear but you CAN see them for one second when you connect SO,
if there is some player on coke, he can fast click the SPAWN button and that is
NOT what i want ... I want to absolutely 100% KILL THOSE GOD DAMN BUTTONS!
...
Reply


Messages In This Thread
Spawn button Problem - by ThomasEvil - 16.02.2018, 17:48
Re: NPC's Problem and Spawn button Problem - by GTLS - 16.02.2018, 17:52
Re: NPC's Problem and Spawn button Problem - by ThomasEvil - 16.02.2018, 17:59
Re: NPC's Problem and Spawn button Problem - by NaS - 16.02.2018, 18:05
Re: NPC's Problem and Spawn button Problem - by ThomasEvil - 16.02.2018, 18:12
Re: NPC's Problem and Spawn button Problem - by ThomasEvil - 17.02.2018, 02:01
Re: NPC's Problem and Spawn button Problem - by Sew_Sumi - 17.02.2018, 02:41
Re: NPC's Problem and Spawn button Problem - by ThomasEvil - 17.02.2018, 19:04
Re: NPC's Problem and Spawn button Problem - by Mugala - 17.02.2018, 19:55
Re: NPC's Problem and Spawn button Problem - by ThomasEvil - 18.02.2018, 15:25

Forum Jump:


Users browsing this thread: 2 Guest(s)