Would it be possible...
#1

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:

Код:
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;
}
How can I change it to what I need?
Reply


Messages In This Thread
Would it be possible... - by FrazZ - 30.06.2009, 17:55
Re: Would it be possible... - by Ignas1337 - 30.06.2009, 18:12
Re: Would it be possible... - by FrazZ - 30.06.2009, 18:19
Re: Would it be possible... - by Ignas1337 - 30.06.2009, 18:23
Re: Would it be possible... - by FrazZ - 30.06.2009, 18:40
Re: Would it be possible... - by kaisersouse - 30.06.2009, 18:43

Forum Jump:


Users browsing this thread: 1 Guest(s)