Quote:
Originally Posted by Nikkel
pawn Код:
// GetPlayerPos(playerid, x, y, z); // If you want! This will make your camera look down on you! (Uncomment if you want this) SetPlayerCameraPos(playerid, x, y, z+50); // You set the camera at a position (Change only the Z) SetPlayerCameraLookAt(playerid, x, y, z); // You make the camera look down
|
You forgot to create the X, Y, Z variables.