[Ajuda] Ligar Carros
#10

Codigo actual й:

if((newkeys == 8192) && (IsPlayerInAnyVehicle(playerid)))
{
new vid = GetPlayerVehicleID(playerid);
new engine,lights,alarm,doors,bonnet,boot,objective;

GetVehicleParamsEx(vid,engine,lights,alarm,doors,b onnet,boot,objective);
if(engine == 0)
{
SetVehicleParamsEx(vid,VEHICLE_PARAMS_ON,lights,al arm,doors,boot,boot,objective);
SendClientMessage(playerid, COLOR_WHITE, "Ligas-te o carro!!");
}
else if(engine == 1) //Esqueceu
{
SetVehicleParamsEx(vid,VEHICLE_PARAMS_OFF,lights,a larm,doors,boot,boot,objective);
SendClientMessage(playerid, COLOR_WHITE, "Desligas-te o carro!!");
}
return 1;
}


mas ja agora se alguem me poder dizer o codigo para por esse comando CRTL
Reply


Messages In This Thread
[Ajuda] Ligar Carros - by Joaogl - 31.10.2011, 18:40
Re: [Ajuda] Ligar Carros - by felipe360 - 31.10.2011, 18:48
Re: [Ajuda] Ligar Carros - by ViniBorn - 31.10.2011, 19:29
Re: [Ajuda] Ligar Carros - by whiXґ - 31.10.2011, 19:39
Re: [Ajuda] Ligar Carros - by ViniBorn - 31.10.2011, 19:40
Re: [Ajuda] Ligar Carros - by whiXґ - 31.10.2011, 19:42
Re: [Ajuda] Ligar Carros - by Joaogl - 31.10.2011, 20:31
Re: [Ajuda] Ligar Carros - by ViniBorn - 31.10.2011, 20:37
Re: [Ajuda] Ligar Carros - by Joaogl - 31.10.2011, 21:28
Re: [Ajuda] Ligar Carros - by Joaogl - 31.10.2011, 21:41

Forum Jump:


Users browsing this thread: 2 Guest(s)