SA-MP Forums Archive
Help Trucking Mession - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Trucking Mession (/showthread.php?tid=665548)



Help Trucking Mession - TiGer9 - 08.04.2019

Need Help For convoy trucking Mession

if(dialogid == DIALOG_TMIS_START)
{
if(response)
{
if(listitem == 0)
{
new tvar = CreateVehicle(514, -76.1636, -1128.9650, 1.7267, 69.9965, 0, 0, 30000, 0);
PutPlayerInVehicle(playerid, tvar, 0);
SendClientMessage(playerid, COLOR_RED, "A Marker has Been Set At Your Map Go there And Get The Shipment.");
SetPlayerRaceCheckpoint(playerid, 1, 274.4175, 1408.9670, 10.1056, 0, 0, 0, 5.0);
gPlayerRaceCheckpointStatus[playerid] = RCP_TMIS;
IsInTMis[playerid]=1;
selawa[playerid]=1;
SetTimerEx("HexHax", 30000, false, "i", playerid);
printf("%s Has Started Trucking Mission.", playername);
}
}


Re: Help Trucking Mession - Yukie - 08.04.2019

we cant help you if you dont show us the error..