[Half-Life AMXX] / include / amxmisc.inc Repository:
ViewVC logotype

Diff of /include/amxmisc.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43, Mon Mar 3 06:00:27 2008 UTC revision 44, Mon Oct 11 23:53:51 2010 UTC
# Line 215  Line 215 
215                  copy(prefix, charsmax(prefix), "PLAYER");                  copy(prefix, charsmax(prefix), "PLAYER");
216          }          }
217          new buffer[512];          new buffer[512];
218          vformat(buffer, charsmax(buffer), fmt, 3);          vformat(buffer, charsmax(buffer), fmt, 4);
219  #endif  #endif
220          switch(get_pcvar_num(__amx_show_activity))          switch(get_pcvar_num(__amx_show_activity))
221          {          {
# Line 234  Line 234 
234                          new __maxclients=get_maxplayers();                          new __maxclients=get_maxplayers();
235    
236    
237                          for (new i=1; i<__maxclients; i++)                          for (new i=1; i<=__maxclients; i++)
238                          {                          {
239                                  if (is_user_connected(i))                                  if (is_user_connected(i))
240                                  {                                  {
# Line 249  Line 249 
249                  {                  {
250                          new __maxclients=get_maxplayers();                          new __maxclients=get_maxplayers();
251    
252                          for (new i=1; i<__maxclients; i++)                          for (new i=1; i<=__maxclients; i++)
253                          {                          {
254                                  if (is_user_connected(i))                                  if (is_user_connected(i))
255                                  {                                  {
# Line 264  Line 264 
264                  {                  {
265                          new __maxclients=get_maxplayers();                          new __maxclients=get_maxplayers();
266    
267                          for (new i=1; i<__maxclients; i++)                          for (new i=1; i<=__maxclients; i++)
268                          {                          {
269                                  if (is_user_connected(i))                                  if (is_user_connected(i))
270                                  {                                  {

Legend:
Removed from v.43  
changed lines
  Added in v.44

Contact
ViewVC Help
Powered by ViewVC 1.0.4