AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   set_user_info TO all (https://forums.alliedmods.net/showthread.php?t=308243)

4ever16 06-12-2018 11:07

set_user_info TO all
 
PHP Code:

set_user_infoid ... 

Can i somehow replace this command so it sets info to all players?

instinctpt1 06-12-2018 11:10

Re: set_user_info TO all
 
Make a loop and set info of all players !

Ex :
PHP Code:

new players[32], countx
get_players
(playerscount)
for(new 
i=0counti++)
{
    
players[i]
    
set_user_info(x, ....)


x here is = All players ( Dead + Alive )


All times are GMT -4. The time now is 11:05.

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