SA-MP Forums Archive
SetPlayerClass??? - 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: SetPlayerClass??? (/showthread.php?tid=265138)



SetPlayerClass??? - Loading... - 29.06.2011

Is thery a fonction or something called setplayerclass() cause i need one to make my temas and put it in the my world dialog log like if somebody choose death match it spawns that class and all that i need 5 diferent class.

-Freeroam
-Stunt
-Drift
-DeathMatch
-Team Deathmatch


AW: SetPlayerClass??? - Gomma - 29.06.2011

Yes,
Код:
SetPlayerTeam(playerid,teamid)
https://sampwiki.blast.hk/wiki/SetPlayerTeam


Re: SetPlayerClass??? - veyron - 29.06.2011

I think he wants to change player skin, from what i understand...
You can use this function if i understood you correctly:
SetPlayerSkin(playerid, skinid);
edit: seems like i was wrong, but there is still no reason to use setplayerteam if you place teams in seperate vw's, like i read from your other thread. It's more complicated than 1 function.