AntiVehicle Teleport
#1

PHP код:
public OnUnoccupiedVehicleUpdate(vehicleidplayeridpassenger_seatFloat:new_xFloat:new_yFloat:new_zFloat:vel_xFloat:vel_yFloat:vel_z)
{
    if(
GetVehicleDistanceFromPoint(vehicleidnew_xnew_ynew_z) > 35)
    {
        new 
Float:StarXFloat:StarYFloat:StarZ;
        
GetVehiclePos(vehicleidStarXStarYStarZ);
        
SetVehiclePos(vehicleidStarXStarYStarZ);
        return 
0;
    }
    return 
1;

What is wrong O.o ?
Reply


Messages In This Thread
AntiVehicle Teleport - by ilepopivanov - 28.05.2015, 20:52
Re: AntiVehicle Teleport - by Vince - 28.05.2015, 21:18
Re: AntiVehicle Teleport - by ilepopivanov - 28.05.2015, 22:04
Re: AntiVehicle Teleport - by ilepopivanov - 29.05.2015, 11:47
Re: AntiVehicle Teleport - by ilepopivanov - 30.05.2015, 19:21
Respuesta: AntiVehicle Teleport - by AndreLuiz - 31.05.2015, 00:16

Forum Jump:


Users browsing this thread: 2 Guest(s)