Ok I will remeber
If someone can help me I have some issues here
L 07/18/2014 - 00:23:16: Test: domain/geturl?download= postcvar
this is the log of my test.
I try to put domanin + geuturl= postcvar
The problemes is the space of geturl="HERE"postcvar
My test is:
#include <amxmodx>
#include <amxmisc>
#include <sockets>
new g_Socket,cvar,msg2[32];
public plugin_init( )
{
register_plugin(PLUGIN_NAME, VERSION, AUTHOR)
cvar= register_cvar("post_cvar","cvartest")
get_pcvar_string(CheckLicense,msg2,32)
SendRequest();
}
public SendRequest()
{
My code
}
How can I set geturl="HERE"postcvar do not be space into ="SPACE"
I thinks is here msg2[32];