SA-MP Forums Archive
Add Static Vehicle - 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: Add Static Vehicle (/showthread.php?tid=228424)



Add Static Vehicle - Alex Deregio - 19.02.2011

J'Ajoute des Vehicule a mon GM avec Le Debug, Mais quand je les /v park par exemple si c'est un Jet Privй sa devien une savana ou une autre voiture dans le genre. Comment fiare pour eviter ce probleme ?


Re: Add Static Vehicle - Marricio - 19.02.2011

English please?


Re: Add Static Vehicle - maramizo - 19.02.2011

Forum language is English -.-


Re: Add Static Vehicle - Alex Deregio - 19.02.2011

I add to my GM Vehicle with the Debug, but when I / v park for example if it is a Private Jet's become a savanna or another car like that. How to avoid this problem?
Йcouter


Re: Add Static Vehicle - selten98 - 19.02.2011

the name of the private jet is Shamal...
Make sure u know the right names...


Re: Add Static Vehicle - Alex Deregio - 20.02.2011

Shamal R U ok ? SO someone can help me


Re : Add Static Vehicle - Alex Deregio - 20.02.2011

HEEEEEEEEEEELLLLLLLLP ME


Re: Add Static Vehicle - MadeMan - 20.02.2011

I guess you are using Godfather edit.

Your vehicleid's are messed up.

Add vehicles UNDER this code

pawn Код:
for(new h = 184; h < sizeof(CarInfo); h++)
{
    CreateVehicle(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
}



Re : Add Static Vehicle - Alex Deregio - 20.02.2011

Thank You Yes Godfather :P


Re : Add Static Vehicle - Alex Deregio - 20.02.2011

I ave a bug :O That spawn million of car :O