SA-MP Forums Archive
ID's Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ID's Problem (/showthread.php?tid=303763)



ID's Problem - 98rp - 15.12.2011

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!


Re: ID's Problem - Neo Karls - 15.12.2011

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?).....


Re: ID's Problem - 98rp - 15.12.2011

My script was 0.3c i just converted it with 0.3d using volt-host nothing else.
Using Volt-Host.


Re: ID's Problem - suhrab_mujeeb - 15.12.2011

Have you updated the plugins? And can you show us ur code?


Re: ID's Problem - Neo Karls - 15.12.2011

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...


Re: ID's Problem - 98rp - 15.12.2011

Which code?


Re: ID's Problem - Neo Karls - 15.12.2011

your Server.cfg file + your server log


Re: ID's Problem - [ABK]Antonio - 15.12.2011

If you're using sscanf2, you need to update to the 0.3d version to fix this.


Re: ID's Problem - vassilis - 15.12.2011

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.


Re: ID's Problem - 98rp - 15.12.2011

I've compiled it with 0.3d files, added Scanf for 0.3d and streamer too still the same problem.