SA-MP Forums Archive
Vehicles Help ! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Vehicles Help ! (/showthread.php?tid=212179)



Vehicles Help ! - >>|Hawks|<< - 16.01.2011

When i start the server vehicles are not loaded ... Why is it ? Sorry for my bad English

Код:
Number of vehicle models: 0



Re: Vehicles Help ! - Sascha - 16.01.2011

do you have any vehicle added at "OnGameModeInit"?

like: AddStaticVehicle(400,0.0000,0.0000,5.0000,180.0000 ,0,1);


Re: Vehicles Help ! - >>|Hawks|<< - 16.01.2011

I have about 200 cars

And Command /veh don`t work


Re: Vehicles Help ! - Sascha - 16.01.2011

you added them at OnGameModeInit?
if yes, does the samp-server.exe give you anymore information? warnings, etc.?


Re: Vehicles Help ! - >>|Hawks|<< - 16.01.2011

Yes, i added them at OnGameModeInit and i don`t have any warnings


Re: Vehicles Help ! - Sascha - 16.01.2011

are you loading the right gamemode?


Re: Vehicles Help ! - >>|Hawks|<< - 16.01.2011

Yes ! help plss !!


Re: Vehicles Help ! - ZmaXy - 16.01.2011

I have the same problem, can somebody help me ?!


Re: Vehicles Help ! - >>|Hawks|<< - 16.01.2011

Plss i need this help mee !


Re: Vehicles Help ! - Niki... - 17.01.2011

Do you have carownership if u have maybe u didn't put all scriptfiles maybe, change AddStaticVehicle to AddStaticVehicleEx u can search on samp wiki for it.