Warning 203: symbol is never used
#9

open new notepad and replace from http://pastebin.com/Gb15wKhh and rename CopTools.inc
open script,add at the top of script #include <CopTools> and add command
pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/arm", cmdtext, true, 4) == 0)
    {
        PutRiotShieldOnArm(playerid);
        return 1;
    }
    if (strcmp("/back", cmdtext, true, 5) == 0)
    {
        PutRiotShieldOnBack(playerid);
        return 1;
    }
    if (strcmp("/light", cmdtext, true, 6) == 0)
    {
        GiveFlashLight(playerid);
        return 1;
    }
    if (strcmp("/tazer", cmdtext, true, 6) == 0)
    {
        GiveTazer(playerid);
        return 1;
    }
    if (strcmp("/removeitems", cmdtext, true, 11) == 0)
    {
            if(IsPlayerAttachedObjectSlotUsed(playerid,1)) RemovePlayerAttachedObject(playerid,1);
            if(IsPlayerAttachedObjectSlotUsed(playerid,2)) RemovePlayerAttachedObject(playerid,2);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Warning 203: symbol is never used - by Uberanwar - 25.06.2012, 11:53
Re: Warning 203: symbol is never used - by Hawky133 - 25.06.2012, 12:01
Re: Warning 203: symbol is never used - by Uberanwar - 25.06.2012, 12:06
Re: Warning 203: symbol is never used - by Hawky133 - 25.06.2012, 12:11
Re: Warning 203: symbol is never used - by Uberanwar - 25.06.2012, 12:11
Re: Warning 203: symbol is never used - by Hawky133 - 25.06.2012, 12:14
Re: Warning 203: symbol is never used - by Uberanwar - 25.06.2012, 12:24
Re: Warning 203: symbol is never used - by Smokkr - 25.06.2012, 12:27
Re: Warning 203: symbol is never used - by Skaizo - 25.06.2012, 12:28

Forum Jump:


Users browsing this thread: 1 Guest(s)