See Characters in Spawn Selection? - 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)
+--- Thread: See Characters in Spawn Selection? (
/showthread.php?tid=279899)
See Characters in Spawn Selection? -
ServerScripter - 29.08.2011
Hi , whene i'm in Spawn Selection , i can't See my Character(SWAT) i see nothing but i have that
AddPlayerClass(285,-379.6754,911.4002,9.4913,81.5043,0,0,0,0,0,0);
Need Help
Re: See Characters in Spawn Selection? -
CONTROLA - 29.08.2011
You need to set the camera position and the position where it looks.
Re: See Characters in Spawn Selection? -
ServerScripter - 29.08.2011
i have it
pawn Код:
public SetupPlayerForClassSelection(playerid)
{
SetPlayerPos(playerid, 2462.3018,-599.7973,835.6350);
SetPlayerFacingAngle(playerid, 224.7791);
SetPlayerCameraPos(playerid, 2463.9382,-602.7863,835.6777);
SetPlayerCameraLookAt(playerid, 2462.3018,-599.7973,835.6350);
return 1;
}
Re: See Characters in Spawn Selection? -
ServerScripter - 29.08.2011
Need Help to Fix It
Re: See Characters in Spawn Selection? -
=WoR=Varth - 29.08.2011
Stop bumping in 12 minutes.
Re: See Characters in Spawn Selection? -
BlackWolf120 - 29.08.2011
where is the loaction u wanna have ur skins for selection?
In the open Air on in an interior?
Try to set the interiorid with SetPlayerInterior(playerid,0);
If the skins are in an interior u have to change the interiorid 0 to the interior u have ur skin selection in.
U can find ur interior and the right id here:
http://weedarr.wikidot.com/interior
If ur prob is not cause by the interiorid u have to describe more: how does the screen look like etc...