30.06.2009, 17:55
I have Carlito's Roleplay, and when you go to select your skin, there is no skin selection, but a view. (Basically the camera is positioned in the sky where I put my coords and stuff) And i am stumped on this: How can I put it so it changes?
The Airport View - 10 Seconds - The PD - 10 Seconds - ETC.
I was looking to put 4 in. I don't need coords, just need the code. Heres my code:
How can I change it to what I need?
The Airport View - 10 Seconds - The PD - 10 Seconds - ETC.
I was looking to put 4 in. I don't need coords, just need the code. Heres my code:
Код:
public OnPlayerRequestClass(playerid, classid)
{
if(gPlayerLogged[playerid])
{
SpawnPlayer(playerid);
return 1;
}
SetPlayerCameraPos(playerid, 1338.8542,-1202.2294,144.7169);
SetPlayerCameraLookAt(playerid,1359.5122,-1504.8671,175.5794);
return 0;
}

