Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
How do i get a textdraw text string, so i can save its information in INI, like now i have an AGE textdraw, and i want like the number that the player chooses would be saved in his INI file after he clicks the textdraw "Next"
Someone help please, its urgent.
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
are you really talking about a textdraw? or do you mean a dialog?
Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
Yes i'm talking about a textdraw like Age Selection textdraw, i want so that after a player chooses a number from that textdraw when they click next that number would be saved as their age
Posts: 137
Threads: 49
Joined: Aug 2012
Reputation:
0
They aren't doing what im trying to do, i'm using strings with the textdraw to create the age selections its functioning fine, but idk how to save that textdraw string to be the PlayerInfo[playerid][pAge] == %d
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
The second one saves the inputtext from the textdraws, you can just look into how it saves it, and change to "pAge".