Error 001 and Error 036
#1

CLOSE IT
Reply
#2

it's that line:
PHP код:
new String128 
the semicolon is missing
PHP код:
new String128 ]; 
Reply
#3

Quote:
Originally Posted by CutX
Посмотреть сообщение
it's that line:
PHP код:
new String128 
the semicolon is missing
PHP код:
new String128 ]; 
Thank you!
Reply
#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


Forum Jump:


Users browsing this thread: 3 Guest(s)