How to change command to a keyboard key in script
#2

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


Messages In This Thread
How to change command to a keyboard key in script - by datzik - 21.06.2011, 18:38
Re: How to change command to a keyboard key in script - by Sasino97 - 21.06.2011, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)