SA-MP Forums Archive
Setspawninfo Problem with cordinates - 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)
+--- Thread: Setspawninfo Problem with cordinates (/showthread.php?tid=527118)



Setspawninfo Problem with cordinates - osman2571 - 20.07.2014

Hello i need help with ravens spawn.
I fixing spawn position return to where you were..
And i make when player connect to spawn on place when is leave server.
But sometimes work,sometimes player spawn in position 0,0,0 on village..

I found in script

Код:
SetSpawnInfo(playerid, PlayerInfo[playerid][pTeam], PlayerInfo[playerid][pModel], PlayerInfo[playerid][pPos_x], PlayerInfo[playerid][pPos_y], PlayerInfo[playerid][pPos_z], 1.0, -1, -1, -1, -1, -1, -1);
The village position is -1,-1,-1 im trying to change this -1, -1, -1, -1, -1, -1 to other but not work
say warning tag mistach or the definition is small...


Re: Setspawninfo Problem with cordinates - osman2571 - 21.07.2014

Bump