Locking skins
#5

You set both classes to locked...
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    switch(classid)
    {
    case 0: Locked[playerid] = 1; //this one DOESNT.
    case 1: Locked[playerid] = 1; //this one too
    }
    return 1;
 }
update these
pawn Код:
case 0: Locked[playerid] = 0; //this one DOESNT.
Reply


Messages In This Thread
Locking skins - by Jack- - 01.01.2011, 07:11
Re: Locking skins - by Haydz - 01.01.2011, 07:19
Re: Locking skins - by Stryke - 12.09.2011, 16:22
Re: Locking skins - by judothijs - 12.09.2011, 16:41
Re: Locking skins - by DRIFT_HUNTER - 12.09.2011, 16:47

Forum Jump:


Users browsing this thread: 2 Guest(s)