Sometimes Missed up - 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: Sometimes Missed up (
/showthread.php?tid=114110)
Sometimes Missed up -
UsaBoy91 - 17.12.2009
Hello guys. I have this under OnGameModeInit
pawn Код:
for(new i = 0; i <= sizeof(Peds)-1; i++)
{
AddPlayerClass(Peds[i][0],-1986.1221,138.4674,27.6875,269.1425,-1,-1,-1,-1,-1,-1);
}
In Peds Array i have some ID's skins , and sometimes when we are 180+ players , the server misses up , and 80% from players when they make the RESPAWN , they spawn here -1986.1221,138.4674,27.6875 ... From what this can be happen

?
Re: Sometimes Missed up -
dice7 - 17.12.2009
Because you added those coords in AddPlayerClass ?