elm is hacking the RP, anyone knows a fix?
#1

Hello everyone,

I have a problem, in my server people can turn off cars(then it isn't consuming fuel).
When they turn their engine off, the can't drive anymore( using SetVehicleParamsEx() )
But when people turn on their ELM they can drive the vehicle...
Is there any way to fix this, server-side?
Reply
#2

Server side fix = Maybe create Timer to check and variables to check should vehicle be turn on or off.
pawn Код:
new bool:IsOff[MAX_VEHICLES];
//where you set vehicle off coz of Fuel
IsOff[vehicleid] - true;
//And then on Timer
for(new i=0;i<MAX_VEHICLES;i++)
{
         if(IsOff[i] == true) //turn vehicle off
}
Reply
#3

Testing.., editing this post when done

edit:
Tested, not working
ELM is just turning it on again, and keeps driving...
Reply
#4

Admins + Ban = Solution (Everything I have on my mind xD)
Reply
#5

haha ikkettim... long time no see... aniway why dont make a command /engine /lights?

PS: I'm Luca_CorLeone....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)