[HELP]/dm1 and /leavedm
#4

Try this:

pawn Код:
// global variable - top of script

new LastSkin[MAX_PLAYERS];

// in your /dm1 command

LastSkin[playerid] = GetPlayerSkin(playerid);

// in /leavedm

SetPlayerSkin(playerid, LastSkin[playerid]);
Should work.
Reply


Messages In This Thread
[HELP]/dm1 and /leavedm - by lyrics - 14.08.2011, 03:49
Re: [HELP]/dm1 and /leavedm - by PrawkC - 14.08.2011, 03:50
Re: [HELP]/dm1 and /leavedm - by lyrics - 14.08.2011, 03:55
Re: [HELP]/dm1 and /leavedm - by grand.Theft.Otto - 14.08.2011, 03:58
Re: [HELP]/dm1 and /leavedm - by Grim_ - 14.08.2011, 03:58
Re: [HELP]/dm1 and /leavedm - by lyrics - 14.08.2011, 04:02

Forum Jump:


Users browsing this thread: 1 Guest(s)