19.08.2013, 16:07
(
Последний раз редактировалось Aeronexx; 19.08.2013 в 18:29.
)
SOLVED!
TogglePlayerSpectating(playerid, true) // under OnPlayerRequestClass
// player logins in/registers
TogglePlayerSpectating(playerid, false) // after login/register
SetSpawnInfo(..) // using proper coordinates and such
SpawnPlayer(playerid) // just after SetSpawnInfo
SetSpawnInfo works for me. I have mine structured like this:
pawn Код:
Try that and see how it works! D |