.AMX & .PWN ( Do i need to compile .PWN ? ) - 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: .AMX & .PWN ( Do i need to compile .PWN ? ) (
/showthread.php?tid=82873)
.AMX & .PWN ( Do i need to compile .PWN ? ) -
Chivava - 21.06.2009
Hello, i got .AMX & .PWN but do i need to compile the .PWN before it edits the new things i've putted into .PWN so it appears on the server ?
Because i edited alot of things in .PWN but it wont appears ingame ... Can anyone please explain me what i've done wrong ? Btw, im new so please dont flame or something like that..
Simon
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
Correlli - 21.06.2009
Of course you need to re-compile the .pwn for every change you made to get the new .amx file.
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
Chivava - 21.06.2009
Ok, where do i get the compiler ?
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
woot - 21.06.2009
Press F5 in Pawno.
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
Correlli - 21.06.2009
Quote:
Originally Posted by Chivava
Ok, where do i get the compiler ?
|
http://files.sa-mp.com/samp02Xserver.win32.zip
It's included in the server-package.
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
GTA_Rules - 21.06.2009
The .amx is the file your server reads, the .pwn is the one you work with.
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
Chivava - 21.06.2009
I found out of it now, and thanks for the help guys
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
Hellnymous - 22.07.2009
I dont know how to make *.pwn to *.amx. everytime I try that F5 thing, the pawno just starts running sa-mp. this sucks... heeeelp!
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
Popo2006 - 22.07.2009
Quote:
Originally Posted by Hellnymous
I dont know how to make *.pwn to *.amx. everytime I try that F5 thing, the pawno just starts running sa-mp. this sucks... heeeelp!
|
F7 = Compile.
F5 = Compile/Run.
Re: .AMX & .PWN ( Do i need to compile .PWN ? ) -
Correlli - 22.07.2009
Quote:
Originally Posted by Popo2006
F7 = Compile.
F5 = Compile/Run.
|
Actually, F5 is compile and F6 is compile/run.