25.07.2018, 17:39
Hi. I have code, that is shows for me from mysql tables furniture model ID. How to do, that it will be written not ID, but name? For example, I know, that ID 1429 is TV, but how to write in server not ID, but ,,TV'' ?
Код:
format(msg,sizeof(msg)," %i. %i",i+1,oInf[playerDB[playerid][house]][modelid][i+1]); strcat(MSG,msg);