20.03.2015, 19:53
Can some budy tell me How i stop hackers from teleporting vehicles .
they teleport vehicles without getting inside it ... they are throwing vehicles with great speed..
I have anti Car Wrap script it work..
But they are not Car Wrapping .
They Throwing all vehicles without getting inside it at high speed Plz plz + they also tp other players
Help
Thanks.
they teleport vehicles without getting inside it ... they are throwing vehicles with great speed..
I have anti Car Wrap script it work..
Код:
if(newstate == PLAYER_STATE_DRIVER ) { if((GetTickCount()-GetPVarInt(playerid, "CarTime")) < 1000) { SetPVarInt(playerid, "CarWarp", GetPVarInt(playerid, "CarWarp")+1); if(GetPVarInt(playerid, "CarWarp") >= 5) { BanMessages(playerid, "Car-Wrapping"); } } SetPVarInt(playerid, "CarTime", GetTickCount()); }
They Throwing all vehicles without getting inside it at high speed Plz plz + they also tp other players
Help
Thanks.