20.03.2010, 14:58
hi, i need some help on a tunning dialog..
ok i got the dialog all working no error, but if i'm entering ANY vehicle it cannot mod the vehicle...
its just giving me the (cannot mod this vehicle) msg...
it's giving me some errors in the next code:
thank you for your help..
ok i got the dialog all working no error, but if i'm entering ANY vehicle it cannot mod the vehicle...
its just giving me the (cannot mod this vehicle) msg...
it's giving me some errors in the next code:
thank you for your help..
pawn Код:
public ModCar(playerid)
{
switch(pmodelid[playerid])
{
562,565,559,561,560,575,534,567,536,535,576,411,579,602,496,518,527,589,597,419,
533,526,474,545,517,410,600,436,580,439,549,491,445,604,507,585,587,466,492,546,551,516,
426,547,405, 409,550,566,406,540,421,529,431,438,437,420,525,552,416,433,427,490,528,
407,544,470,598,596,599,601,428,499,609,524,578,486,573,455,588,403,514,423,
414,443,515,456,422,482,530,418,572,413,440,543,583,478,554,402,542,603,475,568,504,457,
483,508,429,541,415,480,434,506,451,555,477,400,404,489,479,442,458,467,558
ShowPlayerDialog(playerid, MECHANICDIALOG, DIALOG_STYLE_LIST, "Tune car menu","Paint Jobs\nColors\nExhausts\nFront Bumper\nRear Bumper\nRoof\nSpoilers\nSide Skirts\nBullbars\nWheels\nCar Stereo\nNext page", "Select", "Exit");
}
else
{
SendClientMessage(playerid,COLOR_GREY,"* You can't modify this vehicle.");
}
return 1;
}