26.06.2012, 22:28
The first parameter is the skin id. Check AddPlayerClass.
Example:
This will add two classes CJ's skin and Zero's skin. Find all the skins ids here
Edit:
Ah just saying .. if you feel lazy to do it all (the classes) you can use an already made ones from the gamemodes that come with the server package such as lvdm grandlarc..etc find all the lines about AddPlayerClass, copy them then paste in your gamemode.
Example:
pawn Код:
AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
AddPlayerClass(289, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
Edit:
Ah just saying .. if you feel lazy to do it all (the classes) you can use an already made ones from the gamemodes that come with the server package such as lvdm grandlarc..etc find all the lines about AddPlayerClass, copy them then paste in your gamemode.