05.06.2015, 07:34
I think you wanna write it like this:
Код:
CMD:dathanglenxe(playerid, params[]) { new carid = GetPlayerVehicleID(playerid),closestcar = GetClosestCar(playerid, carid); if(IsPlayerInRangeOfVehicle(playerid, closestcar, 6.0) && IsAMatsCar(closestcar)) { new engine,lights,alarm,doors,bonnet,boot,objective; GetVehicleParamsEx(closestcar,engine,lights,alarm,doors,bonnet,boot,objective); if(boot == VEHICLE_PARAMS_OFF || boot == VEHICLE_PARAMS_UNSET) { SendClientMessageEx(playerid, COLOR_GRAD1, "The vehicle's trunk must be opened in order to search it."); return 1; } PlayerInfo[playerid][pHeroin] = 1; ApplyAnimation(playerid,"BOMBER","BOM_Plant",4.0,0,0,0,0,0); ApplyAnimation(playerid,"BOMBER","BOM_Plant",4.0,0,0,0,0,0); } else { SendClientMessageEx(playerid, COLOR_GRAD1, "Ban khong gan mot chiec xe cho vat lieu."); } return 1; }