SA-MP Forums Archive
Unknown text - 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: Unknown text (/showthread.php?tid=318516)



Unknown text - SDraw - 15.02.2012

Recently I have noticed in the console text. He was as follows "OnGameo". I reviewed all scripts and gamemode and I didn't find this text. I tried to disable plugins (Incognito's Streamer and sscanf) and it didn't show up. So, if someboby has that thing, let's try to solve it.
P.s. I think this text is in these plugins....


Re: Unknown text - doreto - 15.02.2012

i think its default from samp 3d servar but im not sure

or maybe some secret message xD


Re: Unknown text - Steven82 - 15.02.2012

I was wondering the same, but i just let it go since it's not harming anything or messing anything up in your script.


Re: Unknown text - Konstantinos - 15.02.2012

It's from sscanf. ****** uses it for debugging.


Re: Unknown text - SDraw - 15.02.2012

Quote:
Originally Posted by Dwane
Посмотреть сообщение
It's from sscanf.
Yes, you're right. So it was so simple.......
And for what did ****** add this?


Re: Unknown text - SchurmanCQC - 15.02.2012

Find sscanf.ini or sscanf2.ini and comment out:

pawn Код:
print("OnGameo");



Re: Unknown text - Konstantinos - 15.02.2012

Quote:
Originally Posted by SDraw
Посмотреть сообщение
Yes, you're right. So it was so simple.......
And for what did ****** add this?
I posted it above, I was editing the post while you reply me