Why does this script not work?
#6

turn
Код:
stock IsVehicleRcTram(vehicleid) 
{
switch(GetVehicleModel(vehicleid)) 
{
case 441, 464, 501, 465, 564, 594: return 1;
}
return 0;
}



stock IsVehicleOneSeater(vehicleid)
{
switch(GetVehicleModel(vehicleid))
{
case 406, 425, 430, 432, 435, 441, 446, 448, 449, 450, 452, 453, 454, 460, 464, 465, 472,
473, 476, 481, 484, 485, 486, 493, 501, 509, 510, 512, 513, 519, 520, 530, 531, 532,
539, 553, 564, 568, 571, 572, 574, 577, 584, 590, 591, 592, 593, 594, 595, 606, 607,
608, 610, 611: return true;
}
return false;
}
to

Код:
stock IsVehicleRcTram(vehicleid) 
{
441, 464, 501, 465, 564, 594
}



stock IsVehicleOneSeater(vehicleid)
{
406, 425, 430, 432, 435, 441, 446, 448, 449, 450, 452, 453, 454, 460, 464, 465, 472,
473, 476, 481, 484, 485, 486, 493, 501, 509, 510, 512, 513, 519, 520, 530, 531, 532,
539, 553, 564, 568, 571, 572, 574, 577, 584, 590, 591, 592, 593, 594, 595, 606, 607,
608, 610, 611
}
Reply


Messages In This Thread
Why does this script not work? - by Remi-X - 26.06.2009, 14:27
Re: Why does this script not work? - by Remi-X - 26.06.2009, 19:19
Re: Why does this script not work? - by Remi-X - 26.06.2009, 22:39
Re: Why does this script not work? - by Correlli - 26.06.2009, 22:42
Re: Why does this script not work? - by Remi-X - 26.06.2009, 22:47
Re: Why does this script not work? - by Chrham_2 - 27.06.2009, 00:33
Re: Why does this script not work? - by Grim_ - 27.06.2009, 00:35
Re: Why does this script not work? - by Remi-X - 27.06.2009, 09:55
Re: Why does this script not work? - by Remi-X - 28.06.2009, 21:57

Forum Jump:


Users browsing this thread: 3 Guest(s)