Spam - 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: Spam (
/showthread.php?tid=489054)
Spam -
Akcent_Voltaj - 20.01.2014
Why do players on my server get spam Only id 7 and 8 get spammed what could it be??please help..
Re: Spam -
-Shifty- - 20.01.2014
What do you exactly mean (is this script related)? Also I am thinking this is not the right place to post things like this.
Re: Spam -
Smally - 20.01.2014
Again please elaborate on spam...do you mean a message sending over again or something else? If it's script related please post the relevant code here.
Re: Spam -
Akcent_Voltaj - 20.01.2014
yes script
PHP код:
public Refilling(playerid, vehicleid, engine, lights, alarm, doors, bonnet, boot, objective)
{
if(!IsPlayerInAnyVehicle(playerid))
{
IsRefilling[playerid] = false;
KillTimer(RefillingTimer[playerid]);
}
if(VehicleFuel[vehicleid] == 1000) //
{
SendClientMessage(playerid,COLOR_RED,"Ai facut plinul de 150Lei, Poti pleca!");//this spams..all i know..
IsRefilling[playerid] = false;
IsRanOutOfFuel[vehicleid] = false;
KillTimer(RefillingTimer[playerid]);//but here u killed the timer so how it can be called again?
return 1;
}
IsRanOutOfFuel[vehicleid] = false;
IsRefilling[playerid] = false;
new TD_String[25];
VehicleFuel[vehicleid]+=1;//cause i multiple 100 to 1000 there is comming a 0 extra
new SecondFuel = VehicleFuel[vehicleid] % 10,
FirstFuel = (VehicleFuel[vehicleid] - SecondFuel) / 10;
format(TD_String, 25, "%i.%i", FirstFuel,SecondFuel);//i have 99.8 i go
TextDrawSetString(Text:Values[playerid][2], TD_String);//playerid?yea
return 1;
}
Spam Message only id 7 and 8 get spammed
PHP код:
Ai facut plinul de 150Lei, Poti pleca!
//Translate: You Filled you vehicle with 150$ you can leave
Re: Spam -
Akcent_Voltaj - 20.01.2014
know'?
Re: Spam -
Akcent_Voltaj - 20.01.2014
anybody pleasee help.. only id 7 and 8 get spammed .. spamming dosent stop..its spams untill you log out and change id..