[HELP] I not know how add it
#1

I have this

pawn Код:
dcmd_paintjob(playerid,params[])
{
    if(PlayerData[playerid][AdminLevel] == 4)
    {
  #pragma unused params
  new veh;
    veh = GetPlayerVehicleID(playerid);
    ChangeVehiclePaintjob(veh,0);
    SendClientMessage(playerid,COLOUR_YELLOW,"PaintJob Apply!");
    return true;
    }
    else return SendClientMessage(playerid, COLOUR_WHITE, "SERVER: Unknow command.");
}
Is /painjob and apply the id 0 in car no? is easy... but i want make this /paintjob (id) id from the paint job, and i not know how make it.

Can someone help me pls?
Reply


Messages In This Thread
[HELP] I not know how add it - by _ERO_ - 25.08.2009, 17:45
Re: [HELP] I not know how add it - by Joe Staff - 25.08.2009, 18:15
Re: [HELP] I not know how add it - by _ERO_ - 25.08.2009, 18:56

Forum Jump:


Users browsing this thread: 1 Guest(s)