Hallo
C:\Dokumente und Einstellungen\nick\Desktop\Desk\Script\gamemodes\Gangwar.pwn(1371) : error 001: expected token: "#endif", but found "-end of file-"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Zeile
Die zeile gibt es Garnet ma aber:
Das kommt noch Vor der zeile:
stock IsAFightFaction(Faction){
if((Faction == 5 || Faction == 6) || (Faction >= 13 && Faction <= 17) || Faction == 22)
return 1;
return 0;
}