timer, and attach
#1

Hey, can some one make example how make if i attached trailer and time runs out trailer destroy

(Timer i made, but how make destroy system for trailer)
Reply
#2

if timer runs out:
pawn Код:
new vehicleid = GetPlayerVehicle(playerid);
    new TrailerID = GetVehicleTrailer(vehicleid);
    DestroyVehicle(TrailerID);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)