SA-MP Forums Archive
more skin's - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: more skin's (/showthread.php?tid=341416)



more skin's - fatalerror - 10.05.2012

hy
I am a newbie in SA scripting and i don't understand it.
How can i add more player skin/class to my server?
please explain clerly


Re: more skin's - Mark™ - 10.05.2012

https://sampwiki.blast.hk/wiki/AddPlayerClass


Re: more skin's - fatalerror - 10.05.2012

It's very difficult, please make for me


Re: more skin's - Revo - 10.05.2012

The example is given there...

pawn Код:
public OnGameModeInit()
{
    // People can spawn with either the CJ skin or The Truth skin.
    AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
    AddPlayerClass(1, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
    return 1;
}