08.02.2013, 11:02
I don't know by heart all meanings of errors but here:
You must put ";" at the end of the line. You have that "(script);" <-- Here must be the ";".
//Edit:
I think that code, which you use can be bad, but as you see, I edited this code, you must check this.
Код:
C:\Users\Saadat\Desktop\upload\gamemodes\zma.pwn(1332) : error 001: expected token: ";", but found ")"
//Edit:
Код:
if(team[issuerid] == TEAM_HUMAN){ if(pInfo[issuerid][pHumanClass] == VIPSCOUT){ if(team[playerid] == TEAM_ZOMBIE){ if(weaponid == 34){ SetPlayerHealth(playerid, -0); } } } return 1; }