Is this possible? - 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: Is this possible? (
/showthread.php?tid=171904)
Is this possible? -
xir - 28.08.2010
I just want to hear if this is possible to make.. Only two skins in Class selection??
Re: Is this possible? -
Adil - 28.08.2010
Yes, why not?
Re: Is this possible? -
xir - 28.08.2010
Ok how can I do it?
Re: Is this possible? -
Adil - 28.08.2010
https://sampwiki.blast.hk/wiki/AddPlayerClass
Re: Is this possible? -
FireCat - 28.08.2010
well try to find out actualy when i downloaded a server sample of zombies it had only 2 skins to select so yeh its possible and i dont know but i think ti has to do with OnPlayerRequestSpawn
Re: Is this possible? -
xir - 28.08.2010
One problem tho.. When I log in I can't see any skin at class selection.. I can choose one of the skin but It wont show in class selection .. why?
Re: Is this possible? -
Flo_White - 28.08.2010
change the coords of SetPlayerCameraPos and SetPlayerCameraLookAt
Re: Is this possible? -
xir - 28.08.2010
What should I change to?
These are mine
Quote:
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
|
Re: Is this possible? -
DRIFT_HUNTER - 28.08.2010
Open your script and search for
AddPlayerClass(it must be under OnGameModeInit)
Thats your skins.You can delete all your
AddPlayerClass lines and just leave TWO of them and when you connect you will have two skins to chose
Re: Is this possible? -
MartinDee - 28.08.2010
SetPlayerCameraPos - that means where player camera will stay
SetPlayerCameraLookAt - That means where camera which you setted with ****CameraPos will look at.