13.09.2008, 11:19
got a problem:
i added 8 buyable vehicles at ongamemodeinit:
but the menu that appears only has 1 vehicle (elegy <=> 33000$) and 7 invalid ....
and there are no "next page" "previous page" or "exit menu" buttons
![](http://s7.directupload.net/images/080913/3bg3yupx.png)
please help
i added 8 buyable vehicles at ongamemodeinit:
pawn Код:
CreateBuyableVehicle(411,50000,"Infernus",0,0);
CreateBuyableVehicle(522,25000,"NRG-500",0,0);
CreateBuyableVehicle(451,40000,"Turismo",0,0);
CreateBuyableVehicle(429,42000,"Banshee",0,1);
CreateBuyableVehicle(480,36000,"Comet",0,0);
CreateBuyableVehicle(415,39000,"Cheetah",0,0);
CreateBuyableVehicle(560,31000,"Sultan",0,0);
CreateBuyableVehicle(562,33000,"Elegy",0,0);
and there are no "next page" "previous page" or "exit menu" buttons
![](http://s7.directupload.net/images/080913/3bg3yupx.png)
please help