18.06.2009, 18:54
Ok yeah, I forgot the ' ; ' so I put that...now it's giving me the same errors basically:
Quote:
C:\Documents and Settings\Owner\Desktop\Pawno\gamemodes\ggrp.pwn(26 73) : error 012: invalid function call, not a valid address C:\Documents and Settings\Owner\Desktop\Pawno\gamemodes\ggrp.pwn(26 73) : warning 215: expression has no effect C:\Documents and Settings\Owner\Desktop\Pawno\gamemodes\ggrp.pwn(26 73) : error 001: expected token: ";", but found ")" C:\Documents and Settings\Owner\Desktop\Pawno\gamemodes\ggrp.pwn(26 73) : error 029: invalid expression, assumed zero C:\Documents and Settings\Owner\Desktop\Pawno\gamemodes\ggrp.pwn(26 73) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. >Exit code: 1 Time: 4.960 |
Код:
(2669) case 'f': (2670) { (2671) new tmp[25]; (2672) strmid(tmp, string, stringPos, stringPos+sizeof(tmp)-2); (2673) setarg(paramPos, 0, _:floatstr(tmp)); (2674) }