Set skin?
#1

Is there a way that I could let people type /duty and then I could set them to a cop skin or let them pick from the cop skins?
Reply
#2

pawn Код:
SetPlayerSkin(playerid, 280);
cop skins are from 280 to 284
Reply
#3

Thanks
Reply
#4

You can use it like
PHP код:
CMD:duty(playeridparams[])
{
    
SetPlayerskin(playerid,280); // or any skin id
    
return 1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)