SA-MP Forums Archive
I want to change my scripts but it isn't working. - 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)
+--- Thread: I want to change my scripts but it isn't working. (/showthread.php?tid=359770)



I want to change my scripts but it isn't working. - UnlimitedFreeroam - 15.07.2012

Hello All,

I downloaded some basic scripts, and i want to edit them. I'm doing this with Notpad. If i'm saving it and start my server up. Then is nothing changed at all. I re-opened the Gamemode file again and my settings were still there. But nothing happend in-game. I'm new in the scripting world. My Gamemodes has got a .amx and a .pwn File.
I edited the .amx file because i only can read that one. I was adding some 'Text edits etc.' But i need to know how to save it also ingame??

Thanks for helping


Re: I want to change my scripts but it isn't working. - Glint - 15.07.2012

Open up Pawno --> open up your script the (.pwn) file and edit it --> hit F5 to compile.


Re: I want to change my scripts but it isn't working. - juraska - 15.07.2012

you need compile .pwn file to .amx
if you're using notepad++ ( https://sampforum.blast.hk/showthread.php?tid=174046 )
other way go with classic pawn


Re: I want to change my scripts but it isn't working. - UnlimitedFreeroam - 15.07.2012

@ Lexi

My Pawno files are like this:
http://ft.fckitupload.com/WuXK/Naamloos.jpg


Re: I want to change my scripts but it isn't working. - Glint - 15.07.2012

Quote:
Originally Posted by UnlimitedFreeroam
Посмотреть сообщение
@ Lexi

My Pawno files are like this:
http://ft.fckitupload.com/WuXK/Naamloos.jpg
Right click on pawno and choose Run as administrator then open the script you want to edit, edit it then press F5 to compile.


Re: I want to change my scripts but it isn't working. - UnlimitedFreeroam - 15.07.2012

Ah thanks.