SA-MP Forums Archive
Pawno doesnt save - 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: Pawno doesnt save (/showthread.php?tid=524187)



Pawno doesnt save - davidstyle1125 - 05.07.2014

Hello, why when i change things with the pawno, click safe.
Open the server, and no changes..?


Re: Pawno doesnt save - Dziugsas - 05.07.2014

you need to compile not save (F5).


Re: Pawno doesnt save - davidstyle1125 - 05.07.2014

just press F5?


Re : Pawno doesnt save - Varkoll - 05.07.2014

Yes, just press F5. If you save (CTRL+S), it'll save the contain of .pwn file.
If you compile(F5), it will overwrite the last .amx file to build the new one. When you put the name of your gamemode in server.cfg's gamemode line, it loads the contain of your .amx file, not you .pwn file.


Re: Pawno doesnt save - davidstyle1125 - 06.07.2014

Alright, thanks alot.. works!