help please , delete cars after respawn
#1

Hi guys


i have one gm with Windows Server , but i change it to Linux Server for host it ,

my problem is : if i use cmd for repawn all cars in server , i get some car delete

i have vehicle with veh.ini


please help me
Reply
#2

I think cars made through CreateVehicle are not made to be respawned. Try using AddStaticVehicle instead.
Reply
#3

Quote:
Originally Posted by CmZxC
Посмотреть сообщение
I think cars made through CreateVehicle are not made to be respawned. Try using AddStaticVehicle instead.
thanks , but if i open my server from my PC and use /rac in server this is woking and all car respawn good , but in host i don't know why ?
Reply
#4

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    DestroyVehicle(vehicleid);
    return 1;
}
Reply
#5

Quote:
Originally Posted by DaTa[X]
Посмотреть сообщение
pawn Код:
public OnVehicleSpawn(vehicleid)
{
    DestroyVehicle(vehicleid);
    return 1;
}
i have this , but what mean ?
Reply
#6

When a Vehicle gets spawned, it'll get destroyed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)