strange problem with stock
#4

pawn Код:
CMD:istruckerveh(playerid, params[])
{
    if(IsPlayerInVehicle(playerid, 515))
    {
        new veh = GetPlayerVehicleID(playerid);
        if(IsTruckerVehicle(veh)) SendClientMessage(playerid, COLOR_PINK, "Yes.");
        else SendClientMessage(playerid, COLOR_PINK, "Nope.");
    }
    else
    SendClientMessage(playerid, COLOR_WHITE, "You must be in vehicle to use this command.");
    return 1;
}
Hope that helps
Reply


Messages In This Thread
strange problem with stock - by dominik523 - 16.08.2013, 19:17
Re: strange problem with stock - by ethhackerman - 16.08.2013, 21:57
Re: strange problem with stock - by dominik523 - 17.08.2013, 08:31
Re: strange problem with stock - by Max5 - 17.08.2013, 09:21
Re: strange problem with stock - by andruz99 - 17.08.2013, 09:21
Re: strange problem with stock - by ProjectMan - 17.08.2013, 09:24
Re: strange problem with stock - by dominik523 - 17.08.2013, 09:32
Re: strange problem with stock - by ProjectMan - 17.08.2013, 09:36
Re: strange problem with stock - by dominik523 - 17.08.2013, 09:51
Re: strange problem with stock - by ProjectMan - 17.08.2013, 11:19
Re: strange problem with stock - by iPLEOMAX - 17.08.2013, 11:27
Re: strange problem with stock - by dominik523 - 17.08.2013, 11:56

Forum Jump:


Users browsing this thread: 1 Guest(s)