Vehicle help.
#2

pawn Код:
command(sweep, playerid, params[])
{
new Model = GetVehicleModel(vehicleid);
    if(Model == 574)
    {
        Sweepcp[playerid] = 1;
        SetPlayerCheckpoint(playerid, -269.1287,2610.6057,63.2069, 3.0);
        SendClientMessage(playerid, 0xFFFFFFFF, "You have started to sweep the streets, Please follow the           checkpoints.");
    }
    else
    {
        SendClientMessage(playerid, WHITE, "You must be in a sweeper to sweep the streets.");
    }
    return 1;
}
Reply


Messages In This Thread
Vehicle help. - by iGetty - 05.08.2011, 16:42
Re: Vehicle help. - by WoodPecker - 05.08.2011, 16:47
Re: Vehicle help. - by iGetty - 05.08.2011, 16:53
Re: Vehicle help. - by Tigerkiller - 05.08.2011, 18:23
Re: Vehicle help. - by =WoR=Varth - 06.08.2011, 01:28
Re: Vehicle help. - by Tigerkiller - 06.08.2011, 06:37
Re: Vehicle help. - by MadeMan - 06.08.2011, 08:08

Forum Jump:


Users browsing this thread: 1 Guest(s)