03.06.2010, 14:19
Quote:
Originally Posted by Shady91
wrong, I would do something like
pawn Код:
|
* He said the car has te be destroyed, you destroy and respawn them.
* You don't have to destroy a car that would be respawned, unuseless.
* You have no idea of identation.
EDIT: Still i stay with my point of view.
---
Quote:
Originally Posted by Jefff
exit
Код:
SetTimerEx("DestroyVeh",5000,0,"dd",playerid,vehicleid); Код:
forward DestroyVeh(p,v); public DestroyVeh(p,v) { if(!IsPlayerInVehicle(p,v)){ DestroyVehicle(v); } return 1; } |