24.06.2009, 16:51
This is Possible:
Put this in the /duty command.
Or
You can send the player to the skin selection when they do /duty.
Put this in the /duty command.
You can use one of the method above. I prefer the top method.
Put this in the /duty command.
pawn Код:
SetPlayerSkin(playerid, CIVIL_SKIN); // change the CIVIL_SKIN to the skin you want the cop to change to.
You can send the player to the skin selection when they do /duty.
Put this in the /duty command.
pawn Код:
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0);
You can use one of the method above. I prefer the top method.