SA-MP Forums Archive
Un-editable text in .pwn file - help! - 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 text in .pwn file - help! (/showthread.php?tid=173747)



Un-editable text in .pwn file - help! - Alphos - 03.09.2010

Hello,

Since I downloaded a cod5 script, I tried to edit the texts, such as 'visit our website' and stuff, but everytime I edit it with Pawno and save it to my computer and upload it to my server host, (and overwriting it ofcourse) it still shows the old texts. How to fix this?


Re: Un-editable text in .pwn file - help! - Voldemort - 03.09.2010

That text is in script, find the same text in script and rename there


Re: Un-editable text in .pwn file - help! - Mauzen - 03.09.2010

Sorry for the question, but did you recompile the script?


Re: Un-editable text in .pwn file - help! - Alphos - 03.09.2010

Yes, I did compile it, I guess. When I press F5 my computer starts buzzing and making some random noises, and when he's done he shows me this:


Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


Does it mean that it's compiled now or what? When is it 'editable'?


Re: Un-editable text in .pwn file - help! - Kyle - 03.09.2010

Quote:
Originally Posted by Alphos
View Post
Yes, I did compile it, I guess. When I press F5 my computer starts buzzing and making some random noises, and when he's done he shows me this:


Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


Does it mean that it's compiled now or what? When is it 'editable'?
That means that the .amx has been created and that it is compiled and you can now run the script!


Re: Un-editable text in .pwn file - help! - Alphos - 03.09.2010

Quote:
Originally Posted by KyleSmith
View Post
That means that the .amx has been created and that it is compiled and you can now run the script!
Yes, but why doesn't it show the edited messages such as 'visit our website?'. It still gives the old messages from the previous owner :l


Re: Un-editable text in .pwn file - help! - LOLlolLOL - 03.09.2010

Did you upload the .amx or .pwn


Re: Un-editable text in .pwn file - help! - woot - 03.09.2010

ctrl+f

visit our website


Re: Un-editable text in .pwn file - help! - MadeMan - 03.09.2010

You need to upload the .amx file and also restart server.


Re: Un-editable text in .pwn file - help! - Alphos - 03.09.2010

Ah, yes. It works now. Thanks!