03.05.2014, 23:41
Okay, so, I want it so that when people load cargo, and enter the waypoint, it will send another waypoint for them to deliver, I know how to give cash for entering the waypoint, but, this is a black spot, What I have so far:
Код:
CMD:loadcargo(playerid,params[])
{
if(IsPlayerInVehicle(playerid,476))
{
SetPlayerCheckpoint(playerid,12,2107.5664,-2416.1194,13.5469,231.6548,0,0,0,0,0,0);
SendClientMessage(playerid,COLOR_YELLOW,"Go to the waypoint to load Cargo");
return 1;
}
}


