[FilterScript] CreateVehicle new system.
#1

CreateVehicle by CoaPsy is new system, it allows you to create vehicles with id that you want, but you must follow this step:
1. You can't add vehicle with id 1 and then with id 3 it will not create that vehicle with id 3, so you must create vehicle with id 1 and id 2, but it doesn't matter do you first create vehicle with id 2 in script and then id 1.
2. You have to include this file.
Here is an example

pawn Code:
CreateVeh(5, 451, Float:x, Float:y, Float:z, Float:fa, color1, color2, respawn_delay);//this will create Turismo with id 5
CreateVeh(2, 429, Float:x, Float:y, Float:z, Float:fa, color1, color2, respawn_delay);//this will create Banshee with id 2
CreateVeh(3, 440, Float:x, Float:y, Float:z, Float:fa, color1, color2, respawn_delay);//this will create Rumpo with id 3
CreateVeh(1, 442, Float:x, Float:y, Float:z, Float:fa, color1, color2, respawn_delay);//this will create Romero with id 1
CreateVeh(4, 445, Float:x, Float:y, Float:z, Float:fa, color1, color2, respawn_delay);//this will create Admiral with id 4
and after you do this you have to add those vehicles, with this function AddVehicles1();
pawn Code:
AddVehicles1();
the most important is that you follow that sequence if you want to add 10 vehicles don't create one with id 5 and no one with id 4, it will add then only vehicles with id 1,2 and 3.
PASTEBIN
Download include file
Reply


Messages In This Thread
[Include]CreateVehicle new system. - by CoaPsyFactor - 27.08.2010, 18:28
Re: CreateVehicle new system. - by CyNiC - 27.08.2010, 18:38
Re: CreateVehicle new system. - by wups - 27.08.2010, 21:01
Re: CreateVehicle new system. - by Jantjuh - 27.08.2010, 22:00
Re: CreateVehicle new system. - by CoaPsyFactor - 27.08.2010, 23:32
Re: CreateVehicle new system. - by nuriel8833 - 28.08.2010, 05:45
Re: CreateVehicle new system. - by Lisandro - 28.08.2010, 06:10
Re: CreateVehicle new system. - by CoaPsyFactor - 28.08.2010, 11:24
Re: CreateVehicle new system. - by XXJacksug8X - 16.07.2014, 15:51
Re: CreateVehicle new system. - by CoaPsyFactor - 18.07.2014, 00:20

Forum Jump:


Users browsing this thread: 5 Guest(s)