Old skin and new skin
#1

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
Reply
#2

Save his skin to a variable and set it back to him when he leaves the job..
pawn Код:
new skin[MAX_PLAYERS];

//when he joins a job
skin[playerid] = GetPlayerSkin(playerid);

//when he quit
SetPlayerSkin(playerid, skin[playerid]);
Reply
#3

Thx i will try and i come back with edit!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)