Un-editable .pwn files ??? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Un-editable .pwn files ??? (
/showthread.php?tid=172879)
Un-editable .pwn files ??? -
Alphos - 31.08.2010
Hello,
I just downloaded a cod5 script for my server, but I can't edit the texts like ''Visit our website'' and such. When I edit it, and upload it to our file host, it still gives the old texts. Is there any option which enables this?
Re: Un-editable .pwn files ??? -
Mike Garber - 31.08.2010
Where did you download that?
Re: Un-editable .pwn files ??? -
hab4ever - 31.08.2010
tray to press f5 in pawno.
Re: Un-editable .pwn files ??? -
Alphos - 31.08.2010
Quote:
Originally Posted by hab4ever
tray to press f5 in pawno.
|
That gives an error
Re: Un-editable .pwn files ??? -
sTeAlthy [Brandon Brown] - 31.08.2010
Post the error.
Re: Un-editable .pwn files ??? -
Alphos - 01.09.2010
C:\Users\Jesse\Desktop\Pawno\COD5gs\COD5.pwn(10) : fatal error 100: cannot read from file: "foreach"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
That's what itt gives :O
Re: Un-editable .pwn files ??? -
Yamoo - 01.09.2010
Well do you have the foreach.ini file in pawno/includes?
Re: Un-editable .pwn files ??? -
Alphos - 01.09.2010
Quote:
Originally Posted by Yamoo
Well do you have the foreach.ini file in pawno/includes?
|
:O You're right. I don't. Where can I download this eventually?
Re: Un-editable .pwn files ??? -
Yamoo - 01.09.2010
http://forum.sa-mp.com/showthread.ph...reach+download
Re: Un-editable .pwn files ??? -
Alphos - 01.09.2010
Thank you very much!
EDIT: It seems to be working, but three other errors occur:
C:\Users\Jesse\Desktop\Pawno\include\gl_common.inc (75) : error 021: symbol already defined: "strtok"
C:\Users\Jesse\Desktop\Pawno\include\gl_common.inc (90) : error 047: array sizes do not match, or destination array is too small
C:\Users\Jesse\Desktop\Pawno\include\gl_common.inc (134) : error 021: symbol already defined: "isNumeric"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.