25.10.2010, 12:09
Quote:
Try using the camera functions in another callback, if I recall correctly, quite a few functions do not work in the OnPlayerConnect callback as the player hasn't fully connected. If you're not able to do that, perhaps you could create a timer when the player connects, have it run 500-1000MS and make sure it's not repetitive. But I'm unsure of whether the camera functions are affected, as I'm pretty certain I used them in a script I made a while ago.
|
Instead of
pawn Код:
public OnPlayerRequestSpawn(playerid)
pawn Код:
public OnPlayerRequestClass(playerid, classid)
Thanks again guys !!