Bypass class selection [instant spawn]
#8

Quote:
Originally Posted by MadeMan
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetTimerEx("InstantSpawn", 200, 0, "i", playerid);
    return 1;
}

forward InstantSpawn(playerid);
public InstantSpawn(playerid)
{
    SpawnPlayer(playerid);
}
Why would you use a timer when there is absolutly no need at all?

I've already given him info on how to do it. If you click the link i gave him, it even gives an example of bypassing it, no return value needed.

https://sampwiki.blast.hk/wiki/SetSpawnInfo
Reply


Messages In This Thread
Bypass class selection [instant spawn] - by [HLF]Southclaw - 22.03.2010, 12:41
Re: Bypass class selection [instant spawn] - by Torran - 22.03.2010, 12:43
Re: Bypass class selection [instant spawn] - by [HLF]Southclaw - 22.03.2010, 12:44
Re: Bypass class selection [instant spawn] - by Outbreak - 22.03.2010, 12:52
Re: Bypass class selection [instant spawn] - by Torran - 22.03.2010, 13:24
Re: Bypass class selection [instant spawn] - by Jay_ - 22.03.2010, 13:53
Re: Bypass class selection [instant spawn] - by MadeMan - 22.03.2010, 14:26
Re: Bypass class selection [instant spawn] - by Outbreak - 22.03.2010, 23:05
Re: Bypass class selection [instant spawn] - by [HLF]Southclaw - 23.03.2010, 08:17
Re: Bypass class selection [instant spawn] - by MadeMan - 23.03.2010, 09:28

Forum Jump:


Users browsing this thread: 1 Guest(s)