error 006: must be assigned to an array
#1

Код:
 while(mysql_retrieve_row())
        {
		    mysql_get_field("x", result);
		    mX = floatstr(result);
		    mysql_get_field("y", result);
		    mY = floatstr(result);
		    mysql_get_field("z", result);
		    mZ = floatstr(result);
		    mysql_get_field("a", result);
		    mA = floatstr(result);
		    mysql_get_field("masinosID", result);
		    masinosID = strval(result);
		    pInfo[playerid][m2id] = AddStaticVehicle(masinosID, mX,mY,mZ, mA, 0, 1);
		    
		    mysql_get_field("owner", result);
		    vInfo[pInfo[playerid][m2id]][owner] = result;
wrong line:
Код:
vInfo[pInfo[playerid][m2id]][owner] = result;
i think i get string variable, and I need still this.
Reply


Messages In This Thread
error 006: must be assigned to an array - by MrMou6 - 09.10.2013, 12:36
Re: error 006: must be assigned to an array - by DanishHaq - 09.10.2013, 12:38
Re: error 006: must be assigned to an array - by MrMou6 - 09.10.2013, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)