04.09.2014, 15:04
Hello
I'm working with the SetPlayerCameraPos function, but it doesnt work.
When I exexute the following code nothing happends;
I'm working with the SetPlayerCameraPos function, but it doesnt work.
When I exexute the following code nothing happends;
Код:
new Float:pos[3]; GetPlayerPos(playerid,pos[0],pos[1],pos[2]); SetPlayerCameraPos(playerid,pos[0],pos[1],pos[2]+3);