12.03.2015, 14:51
I fixed it:
Well, can you tell me which callback this is and where you defined 'player1'?
PHP Code:
Web = TextDrawCreate(485.000000, 10.000000, "Scores: %d | Money: $%d | Kills: %d | Deaths: %d | K/D Ratio: %0.2f", GetPlayerScore(player1), GetPlayerScore(player1), GetPlayerMoney(player1), PlayerInfo[player1][Kills], PlayerInfo[player1][Deaths], Float:PlayerInfo[player1][Kills]/Float:pDeaths);