12.02.2013, 16:11
if i enter rcon then all players can do /engine
Translator:Nu poti da /engine
English:You cant type /engine
if you need rep il give you..
PHP код:
if(IsAnOwnableCar(vehid) && CarInfo[vehid][cOwned] == 0 && !IsPlayerAdmin(playerid))
{
SetVehicleParamsEx(vehicleid,0,lights, alarm, doors,boot, bonnet, objective);
SendClientMessage(playerid, COLOR_RED, "Nu poti da /engine!");
return 1;
}
English:You cant type /engine
if you need rep il give you..