15.07.2010, 05:26
I was wondering how do you make tutorials. Like when you spawn it sets the camera position and says stuff.
I know a sort of sketch of how to do it
So is it something like that because once i start them i dont know how to end them
I know a sort of sketch of how to do it
pawn Код:
public OnPlayerConnect
{
SetCameraPos(playerid, X, Y, Z);
SetCameraLookAt(playerid, X, Y, Z);
return 1;
}