#1

Why do players on my server get spam Only id 7 and 8 get spammed what could it be??please help..
Reply
#2

What do you exactly mean (is this script related)? Also I am thinking this is not the right place to post things like this.
Reply
#3

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.
Reply
#4

yes script

PHP код:
public Refilling(playeridvehicleidenginelightsalarmdoorsbonnetbootobjective)
                    {
                        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_String25"%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 150LeiPoti pleca
//Translate: You Filled you vehicle with 150$ you can leave
Reply
#5

know'?
Reply
#6

anybody pleasee help.. only id 7 and 8 get spammed .. spamming dosent stop..its spams untill you log out and change id..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)