Timer on screen and
#1

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!
Reply
#2

HELP PELASE
Reply
#3

?
pawn Код:
if(VehicleInfo[vehi][vOwned] != 1)
{
    // your code here
}
Didnt understand what actully you wont
Reply
#4

it checks if he is the owner or not
Reply
#5

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)