20.12.2010, 20:37
(
Последний раз редактировалось Yaszine; 22.12.2010 в 13:49.
)
Hey all, I need really your help in this function
I need only if player in /dm, and the vehicle explode it will not re-spawn, it will destroy but the other cars out of /dm will re-spawn when it explode !
Thanks at first
pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
DestroyVehicle(vehicleid);
return 1;
}
Thanks at first
