Posts: 8
Threads: 1
Joined: Mar 2013
Reputation:
0
Hi.
I've got a little problem with my sa:mp server.
When I make changes to my script and compile it, it says, that everything is successful, but the changes are not showing in-game. I tested it with other scripts, but still the same problem. The problem occurred a week ago and I really need help with that.
Posts: 185
Threads: 23
Joined: Jan 2013
Reputation:
0
Are you sure you are loading the correct amx file?
Double check server.cfg.
Posts: 8
Threads: 1
Joined: Mar 2013
Reputation:
0
Checked, still not working.
Posts: 48
Threads: 7
Joined: Feb 2013
Reputation:
0
What changes did you make?
Posts: 185
Threads: 23
Joined: Jan 2013
Reputation:
0
When you run the gamemode, what's the gamemode name? It should show in the SA;MP prospective window.
Also, when you run it. What does it write in the cmd window?
Posts: 8
Threads: 1
Joined: Mar 2013
Reputation:
0
Everything runs fine, but the changes made to the gamemode are not displaying.
I tested it again by removing one of the commands, but the command still exists in-game.
Posts: 8
Threads: 1
Joined: Mar 2013
Reputation:
0
Decompiled the .amx file, and everything looks fine, the command is removed, and all the changes have been made, but it just doesn't work in-game...
Posts: 8
Threads: 1
Joined: Mar 2013
Reputation:
0
I know, how to compile scripts and so on... I've been scripting for 2 years for now.
Everything should work perfectly, but the samp-server.exe still loads the "old" amx, which doesn't exist...
Posts: 8
Threads: 1
Joined: Mar 2013
Reputation:
0
Got it working.
Took the code, made a new pwn file, pasted the code to that .pwn file and it all works like a charm.