Help with respawn system
#6

Код:
pInfo[playerid][pbstatus]==true
what does this dictate?

also here's a better solution for your spawning.

Код:
        // top of your script
	enum e_spawns
	{
		Float:x,
		Float:y,
		Float:z
	} 

	new Float:pbspawns[][e_spawns] = {
		{-1679.0305,1376.4728,12.3906},
		{-1641.2963,1401.5313,7.1875},
		{-1648.1776,1369.9368,7.1797},
		{-1692.3961,1353.3668,9.8047}
	};

        // replacing your existing code
	SetPlayerPos(playerid, pbspawns[playerid][x], pbspawns[playerid][y], pbspawns[playerid][z]);
(untested but should work in theory)
Reply


Messages In This Thread
Help with respawn system - by slxsh - 25.10.2018, 04:17
Re: Help with respawn system - by GameOvr - 25.10.2018, 05:15
Re: Help with respawn system - by DIRTYBYT3 - 25.10.2018, 06:57
Re: Help with respawn system - by slxsh - 26.10.2018, 11:41
Re: Help with respawn system - by slxsh - 28.10.2018, 10:26
Re: Help with respawn system - by Infin1ty - 28.10.2018, 10:53
Re: Help with respawn system - by slxsh - 28.10.2018, 15:36

Forum Jump:


Users browsing this thread: 2 Guest(s)