Please Help Me, Admin skin
#2

You need to change the variable that you create within the public to another name, since there is already a variable called 'classid' for the public.
pawn Код:
new skin = GetPlayerSkin(playerid);
    if(skin == 117)
Also, to remove the unreachable code warning, you need to remove the returns inside of the if and else statements. You do not need them, as either way, it returns, making the code unable to reach the next step in the callback.
Reply


Messages In This Thread
Please Help Me, Admin skin - by HayZatic - 05.07.2011, 02:45
Re: Please Help Me, Admin skin - by Bakr - 05.07.2011, 02:51
Re: Please Help Me, Admin skin - by =WoR=Varth - 05.07.2011, 02:56
Re: Please Help Me, Admin skin - by Bakr - 05.07.2011, 02:57

Forum Jump:


Users browsing this thread: 1 Guest(s)