16.10.2012, 00:43
Ok, So I added AVS (Advanced Vehicle System) and when I get into my car it says my engine is OFF but I can still drive it, How do I make it so my engine is truly 'off' when I get in?
if(IsPlayerInAnyVehicle(playerid))
{ TogglePlayerControllable(playerid,0); SendClientMessage(playerid,COLOR,"Type /engine to start your Vehicle"); } UNTILL THE /engine command is not typed. Maybe it work.Its like afk system bcz it stops the whole movement but i m not sure |
if(IsPlayerInAnyVehicle(playerid))
{ TogglePlayerControllable(playerid,0); SendClientMessage(playerid,COLOR,"Type /engine to start your Vehicle"); } UNTILL THE /engine command is not typed. Maybe it work.Its like afk system bcz it stops the whole movement but i m not sure |