View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-11-2020 , 14:29   Re: Small Plugin Debug Trace [Need Help For Fix]
Reply With Quote #2

Code:
for(new i; i < 33; i++)     if( get_user_flags(i) & ADMIN_CHAT && i != 0 )         client_print_color(i, print_team_default, "^4[PSL] A Scan From (%s)^1: '%s'", sName, sArg);

=>

Code:
new iPlayers[32], iPnum; get_players(iPlayers, iPnum); for(new i, iPlayer; i < iPnum; i++) {     iPlayer = iPlayers[i];     if( get_user_flags(iPlayer) & ADMIN_CHAT )     {         client_print_color(iPlayer, print_team_default, "^4[PSL] A Scan From (%s)^1: '%s'", sName, sArg);     } }
__________________

Last edited by OciXCrom; 05-11-2020 at 17:22.
OciXCrom is offline
Send a message via Skype™ to OciXCrom