17.01.2013, 18:35
Class id is the ID of the skin, like when you use:
AddPlayerClass(281,1759.0189,-1898.1260,13.5622,266.4503,-1,-1,-1,-1,-1,-1);
Where 281 is thats the classid
so when it's like this
AddPlayerClass(281,1759.0189,-1898.1260,13.5622,266.4503,-1,-1,-1,-1,-1,-1);
Where 281 is thats the classid
so when it's like this
pawn Код:
switch(classid) // Switches between classes
{
case 265:SetPlayerColor(playerid,COLOR_BLUE); // Case 265 // 265 being the class id
}