08.03.2018, 21:30
Код:
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; }