SA-MP Forums Archive
Message gets printed into the console and not in the script - 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: Message gets printed into the console and not in the script (/showthread.php?tid=360906)



Message gets printed into the console and not in the script - NinjaChicken - 19.07.2012

ok, when i start my server a message comes up saying this server has been made by ****** the code for this is know hwere in the script or my filterscripts where is it? i want to remove it but i dont knwo where it is pelase help URGENT!?!!!!"!"!"!


Re: Message gets printed into the console and not in the script - Andi_Evandy - 19.07.2012

you can try to find that string with Find feature in several text editor or Pawn IDE (for Example: Notepad, notepad++, pawno, etc.)

- Open your Script
- Press Ctrl + F (Usually) and type the keyword (example: "this server has been made by ******" without the quotes)
- if you found it, you can delete that string. If you didn't find it, try to search in another scripts


Re: Message gets printed into the console and not in the script - NinjaChicken - 19.07.2012

yea its got me completely fucked, i tried searching for one word, the whole thing, everything its not in any of my scripts at all, not in the filterscrips or game mode i honestly have no idea where it is, could it be inside a compiled plugin or include perhaps?


Re: Message gets printed into the console and not in the script - NinjaChicken - 19.07.2012

anyone?


Re: Message gets printed into the console and not in the script - nepstep - 19.07.2012

Try disabling all filterscripts and if the message comes again so its from your gamemode or the includes of it, otherwise search at the filterscripts


Re: Message gets printed into the console and not in the script - NinjaChicken - 20.07.2012

i found it, its in the zcmd.inc


Re: Message gets printed into the console and not in the script - [MM]18240[FMB] - 20.07.2012

Wait, so you're asking on the SA-MP forums how to remove credits? -.- some people...


Re: Message gets printed into the console and not in the script - 123EatLag - 20.07.2012

no, what he means is someone has put a message into an include that shouldn't have it, if the message is in the zcmd.inc therefore someone has stolen the credit for the zcmd, and forum rules say the credits can be in the script, but not be visible, like eg /* CREDITS */ his actually printed into the server console and he didn't want it, nuff said.


Re: Message gets printed into the console and not in the script - [MM]18240[FMB] - 20.07.2012

If someone has "Stolen the credits for ZCMD" then he should've gotten it off the OFFICIAL download page. "Nuff said."


Re: Message gets printed into the console and not in the script - SuperViper - 20.07.2012

You shouldn't be using the NGG script. It was a message put inside for credits to be given to the person who compiled the server folder together. They were hidden in a place where most people wouldn't look.