CMD to show car ID
#2

Using zcmd

pawn Код:
CMD:carmodel(playerid, params[])
{
    new msg[128];
    new vehicleid = GetPlayerVehicleID(playerid);
    new modelid = GetVehicleModel(vehicleid);
    format(msg, sizeof(msg), "Vehicle Model: %d", modelid);
    SendClientMessage(playerid, -1, msg);
    return 1;
}
Reply


Messages In This Thread
CMD to show car ID - by lewismichaelbbc - 07.06.2012, 09:32
Re: CMD to show car ID - by MadeMan - 07.06.2012, 09:37
Re: CMD to show car ID - by CaHbKo - 07.06.2012, 09:41
Re: CMD to show car ID - by Faisal_khan - 07.06.2012, 09:41
Re: CMD to show car ID - by liquor - 07.06.2012, 09:44
Re: CMD to show car ID - by MadeMan - 07.06.2012, 09:56
Re: CMD to show car ID - by liquor - 07.06.2012, 10:07
Re: CMD to show car ID - by MadeMan - 07.06.2012, 10:12

Forum Jump:


Users browsing this thread: 1 Guest(s)