SetSpawnInfo bug - 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: SetSpawnInfo bug (
/showthread.php?tid=85069)
SetSpawnInfo bug -
tommy5933 - 05.07.2009
Ok i made it where on SetSpawnInfo a certain player can spawn at their own spawnpoint
for example
if(strcmp("tommy5933", pName, true) == 0){
SetSpawnInfo(playerid, 0, 270,1325.8020,-630.7321,109.1349,24.0259, 26, 36, 28, 150, 0, 0);
SpawnPlayer(playerid);
}
When I log into my account and Spawn, my player jumps and down and when i /kill myself he wont die and it keeps happening. Any help?
Re: SetSpawnInfo bug -
tommy5933 - 05.07.2009
Ok, so how do i fix this, it still does the bug even without SpawnPlayer