SA-MP Forums Archive
How get 3dtextlabeltext from sql column - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How get 3dtextlabeltext from sql column (/showthread.php?tid=521320)



How get 3dtextlabeltext from database sql column - leo9 - 22.06.2014

hey guys i have this code
at the top
Код:
new dealertxt[128];
at the player connect
Код:
format(string,sizeof(string),"The drugdealer %s(%d) \nOwner : %s",PlayerName(playerid),playerid,dealertxt);
Update3DTextLabelText(drugdealer1txt,-1,string);
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


Re: How catch 3dtextlabeltext from sql - leo9 - 22.06.2014

can u help me guys pls im new


Re: How get 3dtextlabeltext from sql column - leo9 - 22.06.2014

Hey pls help