30.03.2017, 10:40
Quote:
https://sampwiki.blast.hk/wiki/Format
The output of a format always has to be a string value, however you're trying to fit it into an integer Код:
new exp = GetPlayerScore(playerid); format(exp,sizeof(exp),"Exp:%i/%i",GetPlayerScore(playerid),JumlahExp[playerid]); Try it and come back if you need more help. |