SA-MP Forums Archive
Spawn problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Spawn problem (/showthread.php?tid=90251)



Spawn problem - MadFlavor - 07.08.2009

Ok heres My Problem
heres are he postion when the people spawn when they join
AddPlayerClass(179,424.3256,2514.4778,57.0290,94.2 428,0,0,0,0,0,0);
AddPlayerClass(179,352.4510,2518.7700,57.0290,272. 8446,0,0,0,0,0,0);

that are the two teams

after my settimer ends

i want them to spawn at this postiion
i want this team to spawn this co-rd 2239.6565,1572.6365,1008.3594
AddPlayerClass(200,2239.6565,1572.6365,1008.3594,3 .0866,0,0,0,0,0,0);
And this team at 2237.2852,1706.1704,1009.8873
AddPlayerClass(285,2237.2852,1706.1704,1009.8873,1 81.3026,0,0,0,0,0,0);

srry for double post my othe rpost got locked


Re: Spawn problem - MadFlavor - 07.08.2009

help


Re: Spawn problem - Abernethy - 07.08.2009

Set the players team to whatever team they're on under your forwarded timer, & set their position to either one of those depending on the team.


Re: Spawn problem - MadFlavor - 07.08.2009

thx