12.03.2011, 15:06
(
Последний раз редактировалось Snowman12; 12.03.2011 в 15:52.
)
this is ment to make the camera rotate by the camera just stays still
i have changed these lines because it was saying define i
I have no idea why its not moving but could anyone please help me?
THIS IS NOT FOR A SPAWNING PLAYER ITS TO MOVE AROUND THE CITY AS THE PLAYER TYPES IN HIS/HER PASSWORD
pawn Код:
SetPlayerCameraPos(playerid,2178.0398,-1645.7175,15.1080);
SetPlayerCameraLookAt(playerid,2165.1697,-1637.3280,14.2398);
GetPlayerCameraPos(playerid, pos[0], pos[1], pos[2]);
SetPlayerCameraPos(playerid, pos[0], pos[1]+0.01, pos[2]);
SetTimerEx("SetPlayerCameraPos", 1, true,"i", playerid);
pawn Код:
SetPlayerCameraPos(playerid,2178.0398,-1645.7175,15.1080);
SetPlayerCameraLookAt(playerid,2165.1697,-1637.3280,14.2398);
THIS IS NOT FOR A SPAWNING PLAYER ITS TO MOVE AROUND THE CITY AS THE PLAYER TYPES IN HIS/HER PASSWORD