17.12.2010, 18:08
Quote:
I'm not stupid,i can read good.
I tried to add the new file[256]; but i get this errors: Код:
C:\Documents and Settings\k\Desktop\SFWAR.pwn(2596) : error 012: invalid function call, not a valid address C:\Documents and Settings\k\Desktop\SFWAR.pwn(2596) : warning 215: expression has no effect C:\Documents and Settings\k\Desktop\SFWAR.pwn(2596) : error 001: expected token: ";", but found ")" C:\Documents and Settings\k\Desktop\SFWAR.pwn(2596) : error 029: invalid expression, assumed zero C:\Documents and Settings\k\Desktop\SFWAR.pwn(2596) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. } Код:
ps= dini_Int(file(params), "Score"); |
How can you put params in a definition file?
-.-
Код:
ps= dini_Int(file, "Score",params);