HTTP: Heap underflow
#3

Код:
stock RegisterAccount(playerid)
{
	new string[260];
	format(string, sizeof(string), "type=RegisterAcc&nickName=%s&Password=%s&email=%s&ipAddress=%s", PlayerName[playerid], RegisterInfo[playerid][PlayerPassword], RegisterInfo[playerid][PlayerEmail], PlayerIP[playerid]);
	HTTP(playerid, HTTP_POST, URL_INREGISTRARE, string, "CreateAccountHTTP");
	return 1;
}
Reply


Messages In This Thread
HTTP: Heap underflow - by puya1122 - 08.03.2018, 21:01
Re: HTTP: Heap underflow - by Stev - 08.03.2018, 21:24
Re: HTTP: Heap underflow - by puya1122 - 08.03.2018, 21:30
Re: HTTP: Heap underflow - by BroZeus - 08.03.2018, 22:41
Re: HTTP: Heap underflow - by puya1122 - 09.03.2018, 03:59
Re: HTTP: Heap underflow - by DobbysGamertag - 09.03.2018, 04:15
Re: HTTP: Heap underflow - by Sew_Sumi - 09.03.2018, 04:34
Re: HTTP: Heap underflow - by puya1122 - 09.03.2018, 05:17
Re: HTTP: Heap underflow - by puya1122 - 09.03.2018, 05:20

Forum Jump:


Users browsing this thread: 1 Guest(s)