[FilterScript] [FS]House Car Maker [GF Only]
#1

REMOVED
Reply
#2

Can someone please post a reply?
Reply
#3

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

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!!
Reply
#5

Awesome but does this only work for gf
Reply
#6

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);
   }
}
Reply
#7

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

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);
Reply
#9

I'd love this..
Thnks...
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)