AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   get player authid/name (https://forums.alliedmods.net/showthread.php?t=3063)

seb 06-25-2004 04:06

get player authid/name
 
how do get the player name and authid of a player i am running a command on?

Nick 06-25-2004 04:17

Code:
new authid[16],name2[32],authid2[16],name[32]     get_user_authid(id,authid,15)     get_user_name(id,name,31)     get_user_authid(player,authid2,15)     get_user_name(player,name2,31)
Like this i belive.[/code]


All times are GMT -4. The time now is 14:37.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.