24.04.2014, 05:20
i if (IsPlayerConnected(x)) if (GetPlayerMoney(x) >= HighestCash)
change this to
if(IsPlayerConnected(x) && GetPlayerMoney(x) >= HighestCash)
and similarly in other if's
change this to
if(IsPlayerConnected(x) && GetPlayerMoney(x) >= HighestCash)
and similarly in other if's