10.04.2017, 20:26
Quote:
|
Код:
new charname[128];
format(charname,sizeof(charname),"%s",inputtext);
SetPVarString(playerid,"CharName",charname);
|
format(charname, sizeof(charname),"%s", inputtext);
variable = charname;
didn't work too much with dialogs but this should work.


