Trucking mission help
#6

Sorry for the l8 reply, been busy :P, here you go:

[CODE]COMMAND:work(playerid, params[])
{
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF, "You are not in a vehicle!");
else
{
new Random=random(sizeof(random_destinations));
SendClientMessage(playerid, COLOR_BLUE, "You are now working, head to the RED checkpoint for payment!");
SetPlayerRaceCheckpoint(playerid,random_destinatio ns[Random][0],random_destinations[Random][1],random_destinations[Random][2]);
return 1;
}
return 0;
}[CODE/]
Reply


Messages In This Thread
Trucking mission help - by DownDuckling - 25.10.2014, 04:22
Re: Trucking mission help - by Ryz - 25.10.2014, 04:29
Re: Trucking mission help - by Quickie - 25.10.2014, 07:12
Re: Trucking mission help - by DownDuckling - 25.10.2014, 08:39
Re: Trucking mission help - by denNorske - 25.10.2014, 09:12
Re: Trucking mission help - by DownDuckling - 26.10.2014, 00:10
Re: Trucking mission help - by Quickie - 26.10.2014, 00:37
Re: Trucking mission help - by DownDuckling - 26.10.2014, 01:03

Forum Jump:


Users browsing this thread: 1 Guest(s)