HELP ME +REP
#6

SacrificeGaming yes i have
Quote:

if(IsPlayerInRangeOfPoint(playerid, 6, 2197.660644, -2662.190185, 13.546875))
{
new vehicleid = GetPlayerVehicleID(playerid);
if(IsATruckerCar(vehicleid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
DisablePlayerCheckpoint(playerid);
gPlayerCheckpointStatus[playerid] = CHECKPOINT_NONE;
TogglePlayerControllable(playerid, 0);
SetPVarInt(playerid, "TruckDeliver", 1);
SetPVarInt(playerid, "IsFrozen", 1);
LoadTruckBar[playerid] = CreateProgressBar(258.00, 137.00, 131.50, 3.19, COLOR_GREEN, 100.0);
SetProgressBarValue(LoadTruckBar[playerid], 100.0);
ShowProgressBarForPlayer(playerid, LoadTruckBar[playerid]);
SetTimerEx("LoadTruck", 1000, 0, "d", playerid);
}
else return SendClientMessage(playerid, COLOR_GREY, "You're not driving an Ocean Docks Truck!");
}

Reply


Messages In This Thread
HELP ME +REP - by RedCode - 05.05.2015, 15:36
Re: HELP ME +REP - by RedCode - 05.05.2015, 17:58
AW: HELP ME +REP - by Mencent - 05.05.2015, 18:01
Re: HELP ME +REP - by IndependentGaming - 05.05.2015, 18:03
Re: HELP ME +REP - by Pottus - 05.05.2015, 18:15
Re: HELP ME +REP - by RedCode - 05.05.2015, 20:12
Re: HELP ME +REP - by RedCode - 06.05.2015, 23:38

Forum Jump:


Users browsing this thread: 1 Guest(s)