19.02.2012, 17:40
Still same problem, its also take like 5 seconds until he create the car. here is the stock:
stock CreateVehicleEx(modelid,Float,Float:y,Float:z,Fl oat:a,color1,color2,respawn_delay,interior,world)
{
assert modelid >= 400 || modelid <= 611;
new v = CreateVehicle(modelid,x,y,z,a,color1,color2,respaw n_delay);
LinkVehicleToInterior(v,interior);
SetVehicleVirtualWorld(v,world);
return 1;
}
maybe problem here?
stock CreateVehicleEx(modelid,Float,Float:y,Float:z,Fl oat:a,color1,color2,respawn_delay,interior,world)
{
assert modelid >= 400 || modelid <= 611;
new v = CreateVehicle(modelid,x,y,z,a,color1,color2,respaw n_delay);
LinkVehicleToInterior(v,interior);
SetVehicleVirtualWorld(v,world);
return 1;
}
maybe problem here?