View Single Post
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 09-13-2009 , 20:21   Re: Round Money
Reply With Quote #5

LIONz

Search:

Code:
new iMaxClients = GetMaxClients();
        
    for (new i = 1; i <= iMaxClients; i++)
    {
Replace:

Code:
        
    for (new i = 1; i <= MaxClients; i++)
    {
         if (!IsClientInGame(i)) {
              continue;
         }
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0
berni is offline