SA-MP Forums Archive
[FilterScript] [FS]House Car Maker [GF Only] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS]House Car Maker [GF Only] (/showthread.php?tid=65058)



[FS]House Car Maker [GF Only] - Jonte92 - 09.02.2009

REMOVED


Re: [FS]House Car Maker [GF Only] - Jonte92 - 09.02.2009

Can someone please post a reply?


Re: [FS]House Car Maker [GF Only] - Baff - 09.02.2009

with your house car script and house script i can make 50 new houses to my GF just in few minutes?


Re: [FS]House Car Maker [GF Only] - Jonte92 - 09.02.2009

Quote:
Originally Posted by MrBaff
with your house car script and house script i can make 50 new houses to my GF just in few minutes?
Yeah exactly , it goes much faster anyway!!


Re: [FS]House Car Maker [GF Only] - xXDrifterXx - 09.02.2009

Awesome but does this only work for gf


Re: [FS]House Car Maker [GF Only] - Jonte92 - 09.02.2009

Quote:
Originally Posted by xXDrifterXx
Awesome but does this only work for gf
well , if you got the same housecar system as GF it will work too , for example
pawn Код:
new HouseCarSpawns[1][4] =
{
   {X, Y, Z, A},// This is how the GF HouseCar system looks
};

public OnGameModeInit()
{
   for(new i = 0; i < sizeof(HouseCarSpawns); i++)
   {
     CreateVehicle(VehID, HouseCarSpawns[i][0], HouseCarSpawns[i][1], HouseCarSpawns[i][2], HouseCarSpawns[i][3], Color1, Color2, Respawntime);
   }
}



Re: [FS]House Car Maker [GF Only] - xXDrifterXx - 09.02.2009

You are awesome!!!!! it worked great FS! highly recommended to especially RP servers!!


Re: [FS]House Car Maker [GF Only] - Jonte92 - 09.02.2009

Quote:
Originally Posted by xXDrifterXx
does not work but great for gf!
im using public enemy gang edition and an example of housecarspawn is CreateVehicle(429,2128.2063,-1141.5492,24.8090,42.9799,-1, -1, 10000); //banshee
when i add CreateVehicle(2223.170898,1237.275390,24.556636,18 0,196655); //supergt it gives me errors when compiling
CreateVehicle(2223.170898,1237.275390,24.556636,18 0,196655);
You need to set the id so:
CreateVehicle(VEH ID, 2223.170898,1237.275390,24.556636,180,196655);


Re: [FS]House Car Maker [GF Only] - TARART - 16.02.2009

I'd love this..
Thnks...


Re: [FS]House Car Maker [GF Only] - Jonte92 - 18.02.2009

Quote:
Originally Posted by xXDrifterXx
You are awesome!!!!! it worked great FS! highly recommended to especially RP servers!!
Quote:
Originally Posted by TARART
I'd love this..
Thnks...
Thanks