Quote:
Originally Posted by nilanjay
Try this
pawn Code:
format(statstring, sizeof(statstring), "Kills: [%d] \nDeaths: [%d] \nRatio: [%0.2f] \nMoney: [$%d] \nTime: [%d] hrs [%d] mins [%d] secs ", AccInfo[player1][Kills], AccInfo[player1][Deaths], Float:AccInfo[player1][Kills], Float:pDeaths,GetPlayerMoney(player1), h, m, s);
|
thanks bro. its now working! +rep