09.02.2009, 12:35
REMOVED
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?
|
Originally Posted by xXDrifterXx
Awesome but does this only work for gf
|
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);
}
}
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 |
Originally Posted by xXDrifterXx
You are awesome!!!!! it worked great FS! highly recommended to especially RP servers!!
|
Originally Posted by TARART
I'd love this..
Thnks... |