CreateDynamic3DTextLabel issue.
#2

pawn Код:
mysql_fetch_field_row(savingstring, "DName"); DoorData[id][dName] = strval(savingstring);
Should probably be:
pawn Код:
mysql_fetch_field_row(savingstring,"DName"); format(DoorData[id][dName],sizeof(savingstring),savingstring);
strval can be used to convert a string to an integer.

Source: wiki.sa-mp.com
Reply


Messages In This Thread
CreateDynamic3DTextLabel issue. - by Shockey HD - 04.04.2013, 16:09
Re: CreateDynamic3DTextLabel issue. - by InfiniTy. - 04.04.2013, 16:23
Re: CreateDynamic3DTextLabel issue. - by Shockey HD - 04.04.2013, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)