16.06.2011, 11:33
Hello!
i have this
but i dont know were to put it or how to make it to a single funktion.
If you enter this coords in your vehicle, it just blows up, thats it.
i have this
pawn Код:
if(PlayerToPoint(5.0,playerid,-764.6052,452.9893,10.3964))
{
new vehicleid = GetPlayerVehicleID(playerid);
SetVehicleHealth(vehicleid, 0.0);
return 1;
}
If you enter this coords in your vehicle, it just blows up, thats it.