View Single Post
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 02-13-2020 , 14:22   Re: Rank Flag Capture
Reply With Quote #5

You're Steam, your server not.

Code:
stock xIsUserNoSxe(id)
{
    // ID
    new xGetAuth[64]

    // ID
    get_user_authid(id, xGetAuth, charsmax(xGetAuth))
    
    // True
    if(equal(xGetAuth, "VALVE_4:4", 9))
        return true
    
    // Return    
    return false
}
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr