SetPlayerCameraPos
#1

Hello

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);
Reply
#2

maybe some reason the function return 0 ( failed )
do it and write here what that write.

Код:
printf("set camera pos: %d",SetPlayerCameraPos(playerid,pos[0],pos[1],pos[2]+3));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)