HAving trouble with Keybinds for pawno script
#6

Quote:
Originally Posted by Zach7
Посмотреть сообщение
Okay so I put the Whole enter command under
pawn Код:
if(newkeys == KEY_SECONDARY_ATTACK)
  {

}
and where do I put
pawn Код:
if(newkeys == KEY_SECONDARY_ATTACK)
Something like this;

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
    {
      if(newkeys == KEY_SECONDARY_ATTACK)
  {

            //All your coding goes in here.



}

}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)