Quote:
Originally Posted by leonardo121
try
PHP Code:
get_user_name(id, name, charmaxs(name))
PHP Code:
get_user_name(id, name, charmax(name))
|
I wrote too fast xD
Quote:
Originally Posted by leonardo121
why this is starting with 1 ?
PHP Code:
for(new i = 1; i < g_MaxPlayers; i++)
|
I usually start with 0 but sometime it got Out of Range so I try to start with 1 this time
Quote:
Originally Posted by Natsheh
And you method is bad to set your access if your name.. Is celna etc.
|
I use player name to test (just too lazy to get steamid).
Why it is bad anyway? :<
Quote:
Originally Posted by wickedd
It would be a lot easier if you use the player SteamID.
|
Like I said, I want it on 1 computer only (well if he didn't know of course

) so I check both SteamID and an info.
__________________