SA-MP Forums Archive
Class Preview doesn't appear - 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 Preview doesn't appear (/showthread.php?tid=84317)



Class Preview doesn't appear - Donnie_Viper - 30.06.2009

Well, I read on the Wiki for SAMP scripting (https://sampwiki.blast.hk/wiki/Main_Page) that at first the class preview doesn't show the class you've chosen (when starting a new script and you test it {new scripts start with CJ}, CJ doesn't show up, it will say Class 0, and lists it's weapons, but doesn't show CJ, here's a screenshot):



Re: Class Preview doesn't appear - Grim_ - 30.06.2009

You need to set the players position within the cameras view using
pawn Код:
SetPlayerPos(playerid, Float:x, Float:y, Float:z);



Re: Class Preview doesn't appear - Donnie_Viper - 30.06.2009

Thanks, it works