Posts: 37
Threads: 12
Joined: Aug 2010
Reputation:
0
As you can tell. I'm a noob when it comes to scripting. I'm asking how come after I compile my game mode (Comples Great!) Then I click on SA-MP Servers, it comes for a quick second and leaves. Sometimes it does it sometimes it doesn't. I only have one copy of SA-Mp Server if your wondering
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Check your server.log if there is any output before the server closes.
If not, you may have an error in your game, that isnt recognized by the compiler, like an invalid array index.
Posts: 601
Threads: 74
Joined: Sep 2009
Reputation:
0
does the gamemode exist in your gamemode's folder?
Posts: 37
Threads: 12
Joined: Aug 2010
Reputation:
0
No, the game modes are in my Pawno Folder for some reason, why? I tried moving it, doesn't work
Posts: 1,506
Threads: 69
Joined: Feb 2008
Quote:
Originally Posted by RASTAFARIAN
No, the game modes are in my Pawno Folder for some reason, why? I tried moving it, doesn't work
|
When It compiles, the .amx file goes into the same folder as your .pwn file.
Do not copy the .pwn file into /gamemodes, the .AMX file should be in /gamemodes folder.