02.08.2008, 19:43
Quote:
Originally Posted by Mixman
Hi, how to fix this?
Code:
erp1b.pwn(34618) : error 029: invalid expression, assumed zero erp1b.pwn(34618) : error 004: function "CrashCar" is not implemented erp1b.pwn(34649) : error 029: invalid expression, assumed zero erp1b.pwn(34649) : error 004: function "StopCrashCall" is not implemented erp1b.pwn(34672) : error 017: undefined symbol "backupask" |
forward StopCrashCall();
forward CrashCar();
And this at the bottom of the 'new list' which is at the top of your script.
new backupask;