Thread: [Solved] Native: get_user_rank
View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 06-30-2020 , 10:45   Re: Native: get_user_rank
Reply With Quote #26

Quote:
Originally Posted by Bugsy View Post
Your issue was the rank name not displaying correctly, which you said is resolved. I never said I was going to solve all of your problems.
Okey thanks for your help but i want to inquiry for If i used the same style 0 for set_user_xp, will do the same ??
Is this correct ??
PHP Code:
// Native: set_user_xp
public _set_user_xp(iPlugin,iParams)
{
    
g_iPlayerXPget_param(1) ] = clamp(get_param(2), 0)

clamp = amount ??
Supremache is offline