06.12.2015, 22:29
PHP Code:
SetPlayerScore(playerid, score);
PHP Code:
format(str, sizeof(str),"Your Stats\nScore: %d\nKills: %i\nDeaths: %i\nKD-Ratio: %0.2f\nMoney: %i\nXP: %i\nVIP Level: %i",GetPlayerScore(playerid),pData[playerid][Kills],pData[playerid][Deaths],kd,pData[playerid][Money],pData[playerid][EXPE],pData[playerid][VIP]);