change /engine to "ctrl" to start the engine
#3

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (newkeys & TheKeyYouWantHere)
    {
        // your code
    }
    return 1;
}
Then check this wiki sa-mp page for more informations about key https://sampwiki.blast.hk/wiki/Keys.
Reply


Messages In This Thread
change /engine to "ctrl" to start the engine - by flox12 - 13.08.2013, 01:20
Re: change /engine to "ctrl" to start the engine - by Isolated - 13.08.2013, 01:28
Re : change /engine to "ctrl" to start the engine - by Matnix - 13.08.2013, 01:32
Re: Re : change /engine to "ctrl" to start the engine - by flox12 - 13.08.2013, 01:41
Re : change /engine to "ctrl" to start the engine - by Matnix - 13.08.2013, 01:45
Re: Re : change /engine to "ctrl" to start the engine - by flox12 - 13.08.2013, 02:16
Re: change /engine to "ctrl" to start the engine - by Onfroi - 13.08.2013, 02:53
Re: change /engine to "ctrl" to start the engine - by flox12 - 13.08.2013, 15:39

Forum Jump:


Users browsing this thread: 1 Guest(s)