14.05.2012, 16:26
Code:
enum t_info { Float:posX, Float:posY, Float:posZ }
HTML Code:
new Textinfo[t_info];
pawn Code:
format(query,sizeof(query),"SELECT * FROM `TableNAME` WHERE `gangname`='%s'",SomeTHing);
mysql_query(query);
mysql_store_result();
if(mysql_num_rows())
{
while(mysql_fetch_row_format(query,"|")
{
sscanf(query,"p<|>fff",Textinfo);
//CReate 3d text with x pos = ,Textinfo[posX], y pos == Textinfo[posY] , z posTextinfo[posZ]
}
}
and i hope u will get some idea from this , btw this is a wrong section though
ask in Script Requesting Thread