Inputting
#1

Hey guys, me again xD...

This time im trying to make inputted text go somewhere else. I tested inputted text by a sendclientmessage

pawn Код:
new message[128];
                format(message, sizeof(message), "Your Age: %s", inputtext);
                SendClientMessage(playerid, 0xFFFFFFFF, message);
Same looking code as in the wiki. But now how would i make the inputtext be saves as pAge using dini?
Reply
#2

Dini is outdated.

btw this could save some disk space.
Reply
#3

Although i agree with you about dini, that doesnt help me at all. I dont really know any other saving systems, which i should i use for what im attempting to do?
Reply
#4

idk what you're trying to do but I recommend SQLite, MySQL, y_ini, djson.
Reply
#5

im using an input dialog, its for a roleplay server, you input a number which will be your age, so im trying to make the inputtext into pAge, but im not sure how to xD
Reply
#6

pawn Код:
pAge [ playerid ] = strval ( inputtext ) ;
Thaat?
Reply
#7

I shall try that lol.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)