SA-MP Forums Archive
AMX-file - 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-file (/showthread.php?tid=104565)



AMX-file - Andy_McKinley - 25.10.2009

Can someone please tell me; I'm scripting something, but I only have a pwn file. How or where do I get the AMX-file?

Andy


Re: AMX-file - BMUK - 25.10.2009

Press F5 to compile the .pwn into a .amx


Re: AMX-file - Jofi - 25.10.2009

Open pawno.exe ( insaide "pawno" folder ) then just close it, now goto your Gamemodes folder and open GameMode.pwn it should open whit pawno, and now press F5. Wait it completes and if there is no errors you get .AMX file.


Re: AMX-file - Andy_McKinley - 25.10.2009

But now it says:


[12:18:00] I couldn't load any gamemode scripts. Please verify your server.cfg
[12:18:00] It needs a gamemode0 line at the very least.


Re: AMX-file - Correlli - 25.10.2009

Make sure you have your .amx gamemode in the gamemodes folder and also make sure that name of the .amx is the same as the name in server.cfg at the gamemode0 line. And don't use spaces in your gamemode's name.