22.06.2012, 09:17
I just copied your /stats code and inseted a dialog instead of SendClientMessage.
Was your code working fine earlier?
Here is fix, it was smiley BB Code causing error.
Edit this statement in your code.
Was your code working fine earlier?
Here is fix, it was smiley BB Code causing error.
Edit this statement in your code.
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);

