Posts: 45
Threads: 12
Joined: Oct 2011
Reputation:
0
Hello,
I've a Gamemode, the problem in it is that if more than 3 players are there, the server gets bugged.
If i use any command related to Players, example /makeadmin, /makeleader they all go to ID 3.
Example -
/makeleader 2 1
I want to make ID 2 leader of a faction but ID 3 becomes what is this problem and how to solve it.
Thank you!
Posts: 138
Threads: 17
Joined: Jan 2011
Reputation:
0
I also had the same problem once and the problem was with SAMP Server installation....
Which SAMP Server are you using (How you installed it?).....
Posts: 45
Threads: 12
Joined: Oct 2011
Reputation:
0
My script was 0.3c i just converted it with 0.3d using volt-host nothing else.
Using Volt-Host.
suhrab_mujeeb
Unregistered
Have you updated the plugins? And can you show us ur code?
Posts: 138
Threads: 17
Joined: Jan 2011
Reputation:
0
Yeah, I was also going to ask the same suhrab_mujeeb....lol...(You are really fast)
rp98- It could happen if you only replace server.exe file....If so, install new plugin's, includes, etc...
Posts: 138
Threads: 17
Joined: Jan 2011
Reputation:
0
your Server.cfg file + your server log
Posts: 1,223
Threads: 5
Joined: Sep 2011
Reputation:
0
If you're using sscanf2, you need to update to the 0.3d version to fix this.
Posts: 1,679
Threads: 232
Joined: Nov 2009
Reputation:
0
if you are using strcmp command processor i am suggesting you to use zcmd include(command proccesor) for simpler and easier way of creating commands..and also if you are not using sscanf you should use sscanf2 with plugin of course..if you are using it...make sure you updated to 0.3d version with everything..if not make sure you have make the sscanf to be read as it is:the server might reading it /makeleader 2 1=/makeleader 3(/makeleader 2+1) :P i don't know make sure you used sscanf on right side.
Posts: 45
Threads: 12
Joined: Oct 2011
Reputation:
0
I've compiled it with 0.3d files, added Scanf for 0.3d and streamer too still the same problem.