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