19.12.2013, 18:48
thanks for helping but you didnt get my point , i know
public OnGameModeInit()
{
ManualVehicleEngineAndLights();
}
i just want the function
for example i use
CMD:lighston(playerid,params[])
SendClientMessage(playerid , -1"light has been switched on )
.........................................<<<<<<<<< << i want this function which will turn the light on and a fucntion for light off
public OnGameModeInit()
{
ManualVehicleEngineAndLights();
}
i just want the function
for example i use
CMD:lighston(playerid,params[])
SendClientMessage(playerid , -1"light has been switched on )
.........................................<<<<<<<<< << i want this function which will turn the light on and a fucntion for light off