SA-MP Forums Archive
a_samp 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: a_samp problem.. (/showthread.php?tid=169603)



a_samp old problem, solved! - maximthepain - 20.08.2010

Problem solved.


Re: a_samp problem.. - [NWA]Hannes - 20.08.2010

You have probably re-functioned print and printf somewhere.


Re: a_samp problem.. - maximthepain - 20.08.2010

Quote:
Originally Posted by [NWA]Hannes
Посмотреть сообщение
You have probably re-functioned print and printf somewhere.
What do you mean re - functioned?
There is in the script no world that start like this one print and printf.


Re: a_samp problem.. - maximthepain - 20.08.2010

If it sad Defined already so Might in the script there Define that is already in a_samp include .
But in the Script there 1 Define.. (its Anti - Spam Script.)
#define PLAYER_MUTE_TIME_MINUTES (5)
And 1 Include.
#include <a_samp>
Thats it..


Re: a_samp problem.. - maximthepain - 20.08.2010

There no one that know the problem huh?


Re: a_samp problem.. - playbox12 - 20.08.2010

Re download server package??


Re: a_samp problem.. - maximthepain - 20.08.2010

Quote:
Originally Posted by playbox12
Посмотреть сообщение
Re download server package??
Didn't help.


Re: a_samp problem.. - CaHbKo - 20.08.2010

Open the 'a_samp.inc', press CTRL+F, enter 'printf', press search few times.
If there appears to be some 2nd 'printf', simply erase it.

Do the same with your gamemode and post again.


Re: a_samp problem.. - killer98p - 20.08.2010

Go to www.pawn.pastebin.com. Paste your code and post the link over here. I will review it and fix the code for you.


Re: a_samp problem.. - maximthepain - 21.08.2010

Quote:
Originally Posted by CaHbKo
Посмотреть сообщение
Open the 'a_samp.inc', press CTRL+F, enter 'printf', press search few times.
If there appears to be some 2nd 'printf', simply erase it.

Do the same with your gamemode and post again.
Tryed and nope no 2 time Printf or Print.