07.01.2010, 10:53
I have this placed in OnPlayerDeath and OnPlayerRequestSpawn.
The X, Y and Z works fine, but the angle has no effect at all. I have tried all sorts of different angles, and NOTHING, they all come out as 0 when spawning.
Am I doing something wrong? Or is it just broken?
pawn Код:
SetSpawnInfo(playerid,NO_TEAM,GetPlayerSkin(playerid),SpawnData[num][SX],SpawnData[num][SY],SpawnData[num][SZ],180.0,0,0,0,0,0,0);
Am I doing something wrong? Or is it just broken?