How to add more classes - 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: How to add more classes (
/showthread.php?tid=559265)
How to add more classes -
JBee - 22.01.2015
Код:
SetPlayerPos(playerid, 2365.2903,-1474.1792,23.8276);
SetPlayerCameraPos(playerid, 2359.9883,-1473.9836,23.8356);
SetPlayerCameraLookAt(playerid, 2365.2903,-1474.1792,23.8276);
ApplyAnimation(playerid, "GANGS", "Invite_No", 4.1, 0, 1, 1, 1, 1, 1);
GameTextForPlayer(playerid, "~y~HOOD RAT", 2000, 4);
Above you see ^, how do i add another ^
Код:
SetPlayerPos(playerid, 2365.2903,-1474.1792,23.8276);
SetPlayerCameraPos(playerid, 2359.9883,-1473.9836,23.8356);
SetPlayerCameraLookAt(playerid, 2365.2903,-1474.1792,23.8276);
ApplyAnimation(playerid, "GANGS", "Invite_No", 4.1, 0, 1, 1, 1, 1, 1);
GameTextForPlayer(playerid, "~y~HOOD RAT", 2000, 4);
}
case:
But ^ it didn't work
Re: How to add more classes -
Rabea - 22.01.2015
You mean you need random spawn points?
Re: How to add more classes -
JeaSon - 22.01.2015
https://sampwiki.blast.hk/wiki/AddPlayerClass
also that code you mentioned is not the player class ! it is Class Selection chosing your skin!