how???
#4

Quote:
Originally Posted by Anwix
You could try this (i think this is what you mean).

Код:
if(response)
{
	if(dialogid == MENUAGE)
	{
	  new tmp[256],idx;
		tmp = strtok(inputtext, idx);
		new age = strval(tmp);
		
		PlayerInfo[playerid][pAge] = age;
		
		format(string,sizeof(string),"You are now %d years old.", PlayerInfo[playerid][pAge]);
		SendClientMessage(playerid, COLOR_YELLOW2, string);
	}
}
Very THANKS!
I love you (L)
Reply


Messages In This Thread
how??? - by Ricop522 - 12.02.2010, 23:14
Re: how??? - by Ricop522 - 12.02.2010, 23:27
Re: how??? - by Anwix - 12.02.2010, 23:32
Re: how??? - by Ricop522 - 12.02.2010, 23:38

Forum Jump:


Users browsing this thread: 2 Guest(s)