Error 001 and Error 036
#4

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    new String[128];
    if(weaponid == 41)
    {
        format(String, sizeof(String), "{AA3333}AdmWarning{FFFF00}: %s (ID %d) may possibly Rush Tazed (%s).", GetPlayerNameEx(issuerid), playerid);
        ABroadCast(COLOR_YELLOW, String, 2);
        return 1;
    }
}
Also the similicon is NOT right after the if statement.
Reply


Messages In This Thread
Error 001 and Error 036 - by BarFix - 21.12.2013, 13:37
Re: Error 001 and Error 036 - by CutX - 21.12.2013, 13:55
Re: Error 001 and Error 036 - by BarFix - 21.12.2013, 13:56
Re: Error 001 and Error 036 - by BlackWolf120 - 21.12.2013, 13:57

Forum Jump:


Users browsing this thread: 2 Guest(s)