Thread: Shift detection
View Single Post
Grafi_
Junior Member
Join Date: Apr 2022
Location: Poland
Old 08-07-2022 , 12:24   Re: Shift detection
Reply With Quote #3

Quote:
Originally Posted by alasfourom View Post
Is That What You Want?

PHP Code:
public Action OnPlayerRunCmd (int clientint &buttons)
{
    if (
buttons IN_SPEEDPrintToChat(client"You have pressed the <SHIFT> button");

yes, thank you
i was trying !(buttons & IN_SPEED) xD
Grafi_ is offline