SA-MP Forums Archive
class problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: class problem (/showthread.php?tid=175223)



class problem - Eirikm - 08.09.2010

....


Re: class problem - Eirikm - 09.09.2010

....


Re: class problem - cessil - 09.09.2010

yes it is possible, no I'm not typing you out an example


Re: class problem - Eirikm - 09.09.2010

....


Re: class problem - Eirikm - 14.09.2010

....


Re: class problem - FireCat - 14.09.2010

i normally use
https://sampwiki.blast.hk/wiki/SetCameraBehindPlayer
then use setplayerpos for class selection


Re: class problem - Babul - 14.09.2010

Код:
forward	SetupPlayerForClassSelection(playerid);
public SetupPlayerForClassSelection(playerid)
{
	SetPlayerInterior(playerid,0);//i guess this is not needed? i leave it here anyways
	SetPlayerPos(playerid,1209.9680,-2036.7838,69.0078);
	SetPlayerCameraPos(playerid,1211.9680,-2036.7838,69.0000);
	SetPlayerCameraLookAt(playerid,1209.9680,-2036.7838,69.0078);
	SetPlayerFacingAngle(playerid,240.0);
	return 1;
}



Re: class problem - Eirikm - 20.09.2010

....


Re: class problem - Eirikm - 20.09.2010

....


Re: class problem - Mike_Peterson - 20.09.2010

do you want it? or do you wanna learn it?
if you want it go script request thread...