14.05.2011, 16:35
You need an if here, to detect if the engine is off. Something like
Код:
if(engineoff)
{
ToggleEngine(playerid);
SendClientMessage(playerid,COLOR_VIOLETBLUE,"The engine is turned on.");
}

