19.12.2013, 18:40
Dear guys and girls,
I've got a question. Could anyone help me please? Thank you all for helping me lately.
I'm trying to post/get using this function:
Is there a way to get the player's name here 'USERNAMEHERE'?
I've got a question. Could anyone help me please? Thank you all for helping me lately.
I'm trying to post/get using this function:
Код:
if(strcmp(cmd, "/hello", true) == 0) { HTTP(playerid, HTTP_GET, "website.com/hello.php?=USERNAMEHERE", "", "MyHttpResponse"); return 1; }