Key 2= /engine and Key LCTRL = /lights
#7

stock IsKeyJustDown(key, newkeys, oldkeys)
{
if((newkeys & KEY_SUBMISSION) && !(oldkeys & key))
{
return cmd_engine(playerid,"/engine");
}

if((newkeys & KEY_FIRE) && !(oldkeys & key))
{
return cmd_lights(playerid,"/lights");
}
return 1;
return 0;
}
Dont work
Reply


Messages In This Thread
Key 2= /engine and Key LCTRL = /lights - by qUneT - 25.06.2013, 19:06
Re: Key 2= /engine and Key LCTRL = /lights - by SMW - 25.06.2013, 19:13
Re: Key 2= /engine and Key LCTRL = /lights - by qUneT - 25.06.2013, 19:16
Re: Key 2= /engine and Key LCTRL = /lights - by SMW - 25.06.2013, 19:19
Re: Key 2= /engine and Key LCTRL = /lights - by qUneT - 25.06.2013, 19:21
Re: Key 2= /engine and Key LCTRL = /lights - by SMW - 25.06.2013, 19:25
Re: Key 2= /engine and Key LCTRL = /lights - by qUneT - 25.06.2013, 19:38
Re: Key 2= /engine and Key LCTRL = /lights - by SMW - 25.06.2013, 19:47
Re: Key 2= /engine and Key LCTRL = /lights - by qUneT - 25.06.2013, 20:01
Re: Key 2= /engine and Key LCTRL = /lights - by DobbysGamertag - 25.06.2013, 20:06

Forum Jump:


Users browsing this thread: 1 Guest(s)