MySQL HELP
#2

You need to correctly put in the correct row index ID for each instance on the field. i.e if the first field on your MySQL database is 'Admin' then the index id = 0, if the next one on your list is 'level' then it would be 1 and so on, like this:
pawn Код:
PlayerInfo[playerid][Level] = cache_get_field_content_int(0,"Admin");
        PlayerInfo[playerid][Helper] = cache_get_field_content_int(1,"Helper");
Reply


Messages In This Thread
MySQL HELP - by HydraHumza - 28.10.2015, 14:19
Re: MySQL HELP - by Dokins - 28.10.2015, 14:24
Re: MySQL HELP - by HydraHumza - 29.10.2015, 09:02
Re: MySQL HELP - by itsCody - 29.10.2015, 09:26
Re: MySQL HELP - by HydraHumza - 29.10.2015, 09:46
Re: MySQL HELP - by itsCody - 29.10.2015, 09:59
Re: MySQL HELP - by jlalt - 29.10.2015, 10:01

Forum Jump:


Users browsing this thread: 4 Guest(s)