opis problema:
C:\Users\petarwin7\Desktop\Game MODE\gamemodes\GLL.pwn(277) : error 017: undefined symbol "PI"
C:\Users\petarwin7\Desktop\Game MODE\gamemodes\GLL.pwn(277) : warning 215: expression has no effect
C:\Users\petarwin7\Desktop\Game MODE\gamemodes\GLL.pwn(277) : error 001: expected token: ";", but found "]"
C:\Users\petarwin7\Desktop\Game MODE\gamemodes\GLL.pwn(277) : error 029: invalid expression, assumed zero
C:\Users\petarwin7\Desktop\Game MODE\gamemodes\GLL.pwn(277) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
a evo i tih linija
forward MinutniTimer();
public MinutniTimer()
{
for(new playerid = 0;playerid < GetMaxPlayers();playerid++)
{
PI ++; //277
if(PI >= 30)
{
PayDayPlata(playerid);
}
}
return 1;
}