ID Complication?? - 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 Complication?? (
/showthread.php?tid=485246)
ID Complication?? -
SamBeast - 03.01.2014
So Im developing my own custom-edited NGG script..... when I do /gethere in-game
Its always me, or the person's I used for the first time....
Like if I make myself a leader, and wanna make someone else a leader, it will tell me that I made myself a leader again....
and if I /gethere a player, and attempt to /gethere another player, it teleports the same player ID I TPed at first.... What could be the error?
Compiler doesn't show any errors...
Re: ID Complication?? -
ViciousRoleplay123 - 03.01.2014
This is not compiler error. Actually u need to include sscanf because as much as i know, NGG uses sscanf.
Make sure u have sscanf include in plugins folder, and in ur server.cfg u must have
And it will work then i think.
Re: ID Complication?? -
SamBeast - 03.01.2014
I do have sscanf include.....
Re: ID Complication?? -
Ejcrushing - 03.01.2014
Ya this is a normal error few people get i used to have this error.
Well try removing the filterscript/gamemode and then restart server and put them back and restart again see if that works.
What plugins do you use?
Re: ID Complication?? -
SamBeast - 03.01.2014
I got streamer, sscanf, and audio
Tried your way... Doesn't work....
Re: ID Complication?? -
SamBeast - 03.01.2014
Any solution

?? as I said I got sscanf setted up and mensioned in server.cfg
Код:
Plugins streamer.so sscanf.so audio.so
(The host is running on Linux)
but still.... IDs got trouble, I can't make leaders, can't kick people, can't ban hackers, People can't play, Can't TP people and TP to people......... The server is in a MESS!!!
NOTE: I got only one Filterscript... buttons... idk why,, first when I got the mod, and when I looked at filterscripts in server.cfg, there was only buttons.amx..... What things should I add?
Should I add any other filterscripts that would solve the problem? and where to get it?
Re: ID Complication?? -
SamBeast - 05.01.2014
No one?
Anybody give me a Hint?