[Half-Life AMXX] / adminvote.sma Repository:
ViewVC logotype

Diff of /adminvote.sma

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 531  Line 531 
531                          formatex(lKickBan, charsmax(lKickBan), "%L", i, voteban ? "BAN" : "KICK");                          formatex(lKickBan, charsmax(lKickBan), "%L", i, voteban ? "BAN" : "KICK");
532    
533                          // HACK: ADMIN_VOTE_FOR{1,2} keys are really weird.  Tokenize and ignore the text before the :                          // HACK: ADMIN_VOTE_FOR{1,2} keys are really weird.  Tokenize and ignore the text before the :
534                          LookupLangKey(msg, charsmax(msg), "ADMIN_CANC_VOTE_1", i);                          LookupLangKey(msg, charsmax(msg), "ADMIN_VOTE_FOR_1", i);
535                          strtok(msg, dummy, 0, right, charsmax(right), ':');                          strtok(msg, dummy, 0, right, charsmax(right), ':');
536                          trim(right);                          trim(right);
537                          show_activity_id(i, id, name, right, lKickBan, arg);                          show_activity_id(i, id, name, right, lKickBan, arg);

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

Contact
ViewVC Help
Powered by ViewVC 1.0.4