Posts: 802
Threads: 108
Joined: Jun 2009
Reputation:
0
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
Posts: 701
Threads: 23
Joined: Feb 2007
Reputation:
0
Press F5 to compile the .pwn into a .amx
Posts: 802
Threads: 108
Joined: Jun 2009
Reputation:
0
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.
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
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.