01.09.2010, 10:44
pawn Код:
new giveplayer[MAX_PLAYER_NAME];
GetPlayerName(playerid, giveplayer, sizeof(giveplayer));
new string[256];
format(string, sizeof(string), "%s", giveplayer);
HTTP(playerid, HTTP_POST, "localhost/s.ini", string);