10.11.2012, 11:27
Hello guys. I want to destry the vehicles I have created with createvehicle() and by using enums.
I tried to do this.
I get an error :
And I want to know how can that created vehicle get automatically destroyed if the cehicle is empty for 15-20 secs.
Thanks.
I tried to do this.
Код:
public OnVehicleDeath(vehicleid) { if(vehicleid==CEM[playerid][createdvehid]) { DestroyVehicle(vehicleid); } }
Код:
error 017: undefined symbol "playerid"
Thanks.