Locking a skin to certain players
#2

******, that's not what he wants, he just wants to lock it(I think). You can do this by adding something as easy as in this in the request-spawn callback

pawn Код:
if(pInfo[playerid][pSwat] == 0)
{
    SendClientMessage(playerid, -1, "You are not authorized to use this skin.");
    return 0;
}
Reply


Messages In This Thread
Locking a skin to certain players - by FunnyBear - 24.11.2014, 20:28
Re: Locking a skin to certain players - by Abagail - 24.11.2014, 21:10
Re: Locking a skin to certain players - by FunnyBear - 24.11.2014, 23:23

Forum Jump:


Users browsing this thread: 1 Guest(s)