20.07.2014, 23:59
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
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...
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);
say warning tag mistach or the definition is small...