I need help
#1

I need help with this, can anyone solve it for me, please?




Код:
if(dialogid == 2)
  {
		if(response == 1)
		{
		  new str[128];
		  format(str, sizeof(str), "You have succesfully set your age to %d.", inputtext);
		  SendClientMessage(playerid, COLOR_LIME, str);


		  PlayerInfo[playerid][Age] = inputtext;

		  dUserSetINT(PlayerName2(playerid)).("Age", PlayerInfo[playerid][Age]);
		  
		  }
	}
Код:
error 006: must be assigned to an array
Reply


Messages In This Thread
I need help - by Mystique - 15.06.2010, 16:15
Re: I need help - by Lajko1 - 15.06.2010, 16:18
Re: I need help - by Mystique - 15.06.2010, 16:24
Re: I need help - by Anthony_Brassi - 15.06.2010, 16:38
Re: I need help - by Mystique - 15.06.2010, 16:48
Re: I need help - by Babul - 15.06.2010, 16:51
Re: I need help - by Mystique - 15.06.2010, 16:54

Forum Jump:


Users browsing this thread: 2 Guest(s)