25.03.2011, 13:23
C:\Users\GABRIEL\Desktop\LifeisGood\filterscripts\ Bank.pwn(20) : error 017: undefined symbol "Version"
C:\Users\GABRIEL\Desktop\LifeisGood\filterscripts\ Bank.pwn(2 : error 017: undefined symbol "Version"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
WHATS THE PROBLEM ?
C:\Users\GABRIEL\Desktop\LifeisGood\filterscripts\ Bank.pwn(2 : error 017: undefined symbol "Version"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
pawn Код:
printf("Bank System By [ProX]BlueFrie is == ON",Version);
return true;
}
public OnFilterScriptExit()
{
DestroyObject(BankDor);
DestroyPickup(BankExit);
CPS_RemoveCheckpoint(BankCP);
printf("Bank System By [ProX]BlueFrie is == OFF",Version);
return true;
}
WHATS THE PROBLEM ?