Samp Server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Samp Server (
/showthread.php?tid=363257)
Samp Server -
ahmednagah22 - 27.07.2012
When i download Gamemodes some of them got only .pwn and i cant use it can anyone help..?
Re: Samp Server -
Infinitas - 27.07.2012
You need to compile your .pwn to a .amx. Then you can start your server.
Re: Samp Server -
Akira297 - 28.07.2012
Don't forget to download the required includes and plugins, required for the game-mode to function correctly.
Re: Samp Server -
Kalroz - 28.07.2012
.pwn will not work as a gamemode.
Only .amx do.
For that you need to compile your gamemode using pawno.
But before compiling,make sure that you have all includes.
1)Open your gamemode[which is .pwn] with pawno.
2)Press F5 on keyboard.
Then it will be compiled.
If you dont have includes,then errors will come.