Job Car
#4

pawn Код:
if(strcmp(cmd, "/startdelivery", true) == 0)
{
    if(IsPlayerConnected(playerid)) {
        if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 493) {
            SendClientMessage(playerid, COLOR_GREEN, "Your delivery has started. Go to the red marker and pick the products.");
        }
        else {
            SendClientMessage(playerid, COLOR_GREEN, "You are not in the correct vehicle");
        }
    }
    return 1;
}
Works fine for me.
Reply


Messages In This Thread
Job Car - by fie - 14.08.2011, 10:11
Re: Job Car - by fie - 14.08.2011, 10:20
Re: Job Car - by McCarthy - 14.08.2011, 10:27
Re: Job Car - by Darnell - 14.08.2011, 10:27

Forum Jump:


Users browsing this thread: 2 Guest(s)