How to make a bind
#2

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange

Код:
    if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) 
    {
        if(newkeys & 65536) //Value
        {
            OnPlayerCommandText(playerid, "/robstore"); //cmd
            
           return 1;
        }
    }
Reply


Messages In This Thread
How to make a bind - by GunZ75 - 20.09.2014, 07:45
Re: How to make a bind - by KingServerIRAN - 20.09.2014, 07:52
Re: How to make a bind - by GunZ75 - 20.09.2014, 07:56

Forum Jump:


Users browsing this thread: 1 Guest(s)