24.07.2015, 13:36
Hi gusy i want to make when player type /join (job) to set the skin "X" And when type /quitjob to set the OLD SKIN ! Can anybody help me ? Thx
![Cheesy](images/smilies/biggrin.png)
new skin[MAX_PLAYERS];
//when he joins a job
skin[playerid] = GetPlayerSkin(playerid);
//when he quit
SetPlayerSkin(playerid, skin[playerid]);