Hello. I have one register system like zp rabs (
https://forums.alliedmods.net/showthread.php?t=168909)
I'm trying to do API for the register system, but I have one problem to get username.
I did it
PHP Code:
public native_get_user_login(id)
{
return g_szTempName[id]
}
But it doesn't work. How to do it correct?
PS: the variable is:
Code:
new g_szTempName[33][100]
__________________