Help For Key To Command
#1

Hoy I Can Use Key To Command/I Using SFCRRPG GAmeMode
Example: Iwant Using Left Alt key Instead /robstore cmd
Help Me Pls
Reply
#2

No Body For help Me?
Reply
#3

Use these function(s):

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

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

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (PRESSED(KEY_WALK))
    {
    // Code here
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)