28.12.2011, 19:58
I don't know what is happening but this OnPlayerRequestClass doesn't work.
I have this on my server and should change the camera position but nothing. I use dialogs to resigter and login, should be a problem from them?
I have this on my server and should change the camera position but nothing. I use dialogs to resigter and login, should be a problem from them?
Код:
public OnPlayerRequestSpawn(playerid)
{
SetPlayerTime(playerid, 0, 0 );
SetPlayerWeather( playerid, 17);
SetPlayerPos(playerid,1679.2479,1447.9485,47.7780);
SetPlayerFacingAngle(playerid, 89.8345);
SetPlayerCameraPos(playerid,1667.3199,1447.8243,47.7780);
SetPlayerCameraLookAt(playerid,1679.2479,1447.9485,47.7780);
return 1;
}

