ANTI CLEO /BOOMN
#1

CAN ANYBODY MAKE ANTI FOR IT? IT EXPLODES CARS NEAR YOU AND SHOOTS PLAYER CAR SORRY FOR MY ENGLISH
Reply
#2

You have tones of admin/anticheat systems on these forums.
Asking for such thing using capitals won't solve anything. Try to do some research!
Reply
#3

pawn Код:
public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z)
{
    new Float: vehiclepos[4];
    GetVehiclePos(vehicleid, vehiclepos[0], vehiclepos[1], vehiclepos[2]);
    GetVehicleZAngle(vehicleid,vehiclepos[3]);
    SetVehiclePos(vehicleid,vehiclepos[0], vehiclepos[1], vehiclepos[2]);
    SetVehicleZAngle(vehicleid,vehiclepos[3]);
    return 0;
}
This is for 0.3z R3 patch.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)