Any ideea why?
#2

Try this

Код:
strmid(InfoAccount[playerid][Email], inputtext, 0, 1000, 80);
Change the last parameter to size of Email - InfoAccount is two-dimensional array, so you have to change it manually. But I recommend use strcat function for this

Код:
InfoAccount[playerid][Email][0] = EOS;
strcat(InfoAccount[playerid][Email], inputtext, 80);
Reply


Messages In This Thread
Any ideea why? - by XStormiest - 18.02.2016, 12:16
Re: Any ideea why? - by ball - 18.02.2016, 15:15
Re: Any ideea why? - by XStormiest - 18.02.2016, 15:42

Forum Jump:


Users browsing this thread: 4 Guest(s)