21.03.2015, 20:31
Hello I've forgotten how to make the RC bandit explode when /ex is typed for example would someone be kind to help me out?
My current /ex only destroys the vehicle
My current /ex only destroys the vehicle
Код:
if(!strcmp("/ex", cmdtext, true, 3)) { if(rcDriver == playerid && rcID != INVALID_VEHICLE_ID) DestroyBandit(); return 1; }