02.05.2016, 16:58
Hi Guys i need help with If a Player Join Cops Class Give him Colour Blue i have color blue but don't know how to i can make it When Player Join Cops Give him Color Blue!
public OnPlayerRequestClass(playerid,classid) { if(classid == 0) return SetPlayerColor(playerid, 0x0099CCFF); return 1; }