#6

Quote:
Originally Posted by Ignas1337
do it urself, ..
If you wan`t help him..do not post in this topic.
Ofcourse,i will help you.

pawn Код:
if (strcmp(cmdtext, "/elegy", true)==0)
{
    if(IsPlayerInVehicle(playerid,562))
    {
        new veh1,veh2;
        veh1 = GetPlayerVehicleID(playerid);
        veh2 = GetVehicleModel(veh1);

        AddVehicleComponent(veh2, 1010);
        AddVehicleComponent(veh2, 1034);
        AddVehicleComponent(veh2, 1036);
        AddVehicleComponent(veh2, 1146);
        AddVehicleComponent(veh2, 1149);
        AddVehicleComponent(veh2, 1171);
        ChangeVehiclePaintjob(veh2, 3);
        ChangeVehicleColor(veh2, 6, 6);
    }
    return 1;
}
Reply


Messages In This Thread
help - by luckie12 - 01.06.2009, 12:27
Re: help - by Luka P. - 01.06.2009, 12:54
Re: help - by luckie12 - 01.06.2009, 12:55
Re: help - by luckie12 - 01.06.2009, 13:13
Re: help - by Ignas1337 - 01.06.2009, 13:22
Re: help - by Luka P. - 01.06.2009, 13:57

Forum Jump:


Users browsing this thread: 2 Guest(s)