19.11.2012, 17:45
So basically It would respawn after that time, but it is too much!
And won't it flood server?
I found another code, isn't that simpler?
Thanks!
And won't it flood server?
I found another code, isn't that simpler?
pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
DestroyVehicle(vehicleid);
return 1;
}