Problem😛a ovako... Stanove sam uradio tako sto sam kopirao sve od kuca i sad imam samo 1 error ne znam do cega...To znaci u prvim redu je error public CStanLevel
Error:
C:\Documents and Settings\Administrator\Desktop\MOD\gamemodes\BCRP.pwn(76461) : error 025: function heading differs from prototypeDio skripte:
public CStanLevel(Stanid)
{
if(Stanid <= 4) { return 3; }
if(Stanid >= 29 && Stanid <= 30) { return 4; }
if(Stanid >= 5 && Stanid <= 9) { return 5; }
if(Stanid >= 10 && Stanid <= 18 || Stanid == 28) { return 7; }
if(Stanid >= 19 && Stanid <= 22) { return 8; }
if(Stanid >= 23 && Stanid <= 25) { return 9; }
if(Stanid == 26) { return 10; }
if(Stanid == 27) { return 11; }
if(Stanid >= 28 && Stanid <= 31) { return 12; }
return 0;
}Slike://
