View Single Post
raizo11
BANNED
Join Date: Dec 2013
Location: https://t.me/pump_upp
Old 02-15-2021 , 12:27   Re: Weapon damage control for Steam ID
Reply With Quote #3

Code:
new const usersteam[][] =
{
    "STEAM_0:1:123456789",
    "STEAM_0:1:1337"
}


new Szsteam

get_user_authid( id, Szsteam, 31 );

for(new i = 0; i < sizeof(usersteam);i++)
{
    if(equal(Szsteam,  usersteam[i]))
    {
        // your code
    }   
}

Last edited by raizo11; 02-15-2021 at 12:27.
raizo11 is offline
Send a message via ICQ to raizo11 Send a message via AIM to raizo11 Send a message via MSN to raizo11 Send a message via Yahoo to raizo11 Send a message via Skype™ to raizo11