22.09.2012, 15:51
i wanna make toolkit system when the player does /engine
i added this check:
new vehi = GetPlayerVehicleID(playa);
if(VehicleInfo[vehi][vOwned] != 1)
{
START BREAK; HERE<<
return 1;
}
START BREAK; HERE<< should be the breaking i want that the player will see counting down timer and after the timer is done the engine will start. thanks in advance!
i added this check:
new vehi = GetPlayerVehicleID(playa);
if(VehicleInfo[vehi][vOwned] != 1)
{
START BREAK; HERE<<
return 1;
}
START BREAK; HERE<< should be the breaking i want that the player will see counting down timer and after the timer is done the engine will start. thanks in advance!