Smoking heals
#1

Hello,i want to make a command that when you're smoking if you press LMB,it would heal you a bit. How do i do that?
Reply
#2

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

PHP код:
    if(newkeys == KEY_FIRE)
    {
              if(
GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_SMOKE_CIGGY)
              {
                new 
Float:pH;
                
GetPlayerHealth(playeridpH);
                
SetPlayerHealth(playeridpH+5);
              }
    } 
Reply
#3

Thanks!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)