Help with restricting a skin.
#5

I found out what the error was. This fixed it.

pawn Код:
if(skinid == 240)
                {
                    new name[MAX_PLAYER_NAME];
                    GetPlayerName(playerid, name, sizeof(name));
                    if(strcmp(name,"Oliver_Jackson",true)) return SendClientMessage(playerid, RED, "This skin is restricted to Oliver Jackson ONLY.");
                }
Reply


Messages In This Thread
Help with restricting a skin. - by EmilLykke - 08.12.2013, 22:50
Re: Help with restricting a skin. - by StreetGT - 08.12.2013, 23:00
Re: Help with restricting a skin. - by cessil - 08.12.2013, 23:11
Re: Help with restricting a skin. - by EmilLykke - 08.12.2013, 23:18
Re: Help with restricting a skin. - by EmilLykke - 08.12.2013, 23:30
Re: Help with restricting a skin. - by StreetGT - 08.12.2013, 23:42
Re: Help with restricting a skin. - by EmilLykke - 08.12.2013, 23:50

Forum Jump:


Users browsing this thread: 1 Guest(s)