Getting spammed. - 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: Getting spammed. (
/showthread.php?tid=162712)
Getting spammed. (Solved) -
Wulffe - 24.07.2010
Hello.
I have a little problem.
When you use /buycar - A dialog shows up - Then i click at number one (0) and then it spams me like 50 times.
Can anyone see whats wrong?
Thanks.
Код:
Problem solved! Thanks guys.
Re: Getting spammed. -
Despare - 24.07.2010
Maybe try returning 1?
Re: Getting spammed. -
KennethRandall - 24.07.2010
Add
return 1; at the bottom
Re: Getting spammed. -
Fj0rtizFredde - 24.07.2010
It could also be that your loop that never stops? There is no { or } for the loop? :P
Re: Getting spammed. -
Wulffe - 24.07.2010
Hey.
I have tryed to add return 1;
An it still just spam me :/