How to get each player cash and collet them ?
#2

pawn Код:
new totalPlayerCash;

for(new playerIndex; playerIndex < MAX_PLAYERS; playerIndex++)
{
    totalPlayerCash += GetPlayerMoney(playerIndex);
}

printf("The total amount of cash counted from all of the online players is $%d.", totalPlayerCash);
Reply


Messages In This Thread
How to get each player cash and collet them ? - by omidi - 28.07.2013, 20:06
Re: How to get each player cash and collet them ? - by SuperViper - 28.07.2013, 20:08

Forum Jump:


Users browsing this thread: 2 Guest(s)