08.04.2010, 11:17
hi,i have a "stupid" weird bug
I have changed the camera position but the team selection isn't showed
pic: /imageshack/i/samp015yh.png/
I have changed the camera position but the team selection isn't showed
pic: /imageshack/i/samp015yh.png/
Код:
public OnPlayerRequestClass(playerid, classid) { SetPlayerTeamFromClass(playerid, classid); // calls the custom function SetPlayerCameraPos(playerid,1040.6826,-1031.4434,32.0597,178.8593); SetPlayerCameraLookAt(playerid, 1044.6826,-1031.4434,32.0597,178.8593); return 1; }