22.06.2014, 17:18
hey guys i have this code
at the top
at the player connect
i wanna now to get the dealertxt string from a database from table shops and column's id 1 owner column text
like this
id | owner
1 | the player
ty for helping
1 Rep for each help
at the top
Код:
new dealertxt[128];
Код:
format(string,sizeof(string),"The drugdealer %s(%d) \nOwner : %s",PlayerName(playerid),playerid,dealertxt); Update3DTextLabelText(drugdealer1txt,-1,string);
like this
id | owner
1 | the player
ty for helping
1 Rep for each help