[Tutorial] Dialog Types and Other stuffs
#4

Another bug in your code:

pawn Код:
pData[playerid][pAge] = 1; // This will save the age.
Should be:
pawn Код:
pData[playerid][pAge] = strval(inputtext); // This will save the age.
Otherwise players can enter anything in that box and the age will always be 1.
Reply


Messages In This Thread
Dialog Types and Other stuffs - by fuckingcruse - 27.03.2015, 12:07
Re: Dialog Types and Other stuffs - by LazyB0y - 27.03.2015, 12:52
Re: Dialog Types and Other stuffs - by CalvinC - 27.03.2015, 13:14
Re: Dialog Types and Other stuffs - by PowerPC603 - 27.03.2015, 13:23
Re: Dialog Types and Other stuffs - by fuckingcruse - 27.03.2015, 13:25
Re: Dialog Types and Other stuffs - by CalvinC - 27.03.2015, 13:40
Re: Dialog Types and Other stuffs - by SickAttack - 27.03.2015, 14:30
Re: Dialog Types and Other stuffs - by fuckingcruse - 27.03.2015, 14:56
Re: Dialog Types and Other stuffs - by SnoopDy - 27.03.2015, 16:21
Re: Dialog Types and Other stuffs - by CalvinC - 27.03.2015, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)