SA-MP Forums Archive
[HELP] CreateVehicle - 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)
+--- Thread: [HELP] CreateVehicle (/showthread.php?tid=577447)



[HELP] CreateVehicle - M0HAMMAD - 11.06.2015

hi
how can i change the Vehicles ID?
like don't when i add CreateVehicle or AddStaticVehicle the vehicle ids start from 200, not 0 !


Re: [HELP] CreateVehicle - Konstantinos - 11.06.2015

Actually they start from 1 and the vehicle IDs are retrieved by server-side.


Re: [HELP] CreateVehicle - M0HAMMAD - 11.06.2015

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Actually they start from 1 and the vehicle IDs are retrieved by server-side.
so, is there any way to change start vehicles id ?


Re: [HELP] CreateVehicle - M0HAMMAD - 12.06.2015

Help !


Re: [HELP] CreateVehicle - M0HAMMAD - 12.06.2015

Need Help


Re: [HELP] CreateVehicle - Huba - 12.06.2015

Impossible.


Re: [HELP] CreateVehicle - Prokill911 - 12.06.2015

Quote:
Originally Posted by Huba
Посмотреть сообщение
Impossible.
It's not impossible at all.
My vehicles start @ 1

your script is loading vehicles [200] To be exact...
If your script is starting at vehicle 200..
Then you have 200 vehicles loaded into the server.


So check your filter scripts
And your gamemode for CreateVehicle


Re: [HELP] CreateVehicle - M0HAMMAD - 13.06.2015

No No.
i Mean how i can change Vehicle ID From 1 To 200 ?


Re: [HELP] CreateVehicle - JaydenJason - 13.06.2015

Quote:
Originally Posted by M0HAMMAD
Посмотреть сообщение
No No.
i Mean how i can change Vehicle ID From 1 To 200 ?
Create 200 vehicles, create your own vehicle and delete the 200 vehicles?