01.08.2018, 15:47
i have an error
my code
i added pncoins and all
Код:
error 017: undefined symbol "number_format"
Код:
CMD:credits(playerid, params[]) { new szString[128]; format(szString, sizeof(szString), "u coins: {FFD700}%s",number_format(pInfo[playerid][pNcoins])); SendClientMessageEx(playerid, COLOR_DARKORANGE, szString); return 1; }