help?
Code:
new ip[16], port[8]
new komplet[30]
get_cvar_string("ip", ip, charsmax )
get_cvar_string("port", port, charsmax(port))
format(komplet,charsmax(komplet), "%s:%s", ip, port)......
....................
..........................
{
if (equal ( komplet, "213.213.213:27015"))
return PLUGIN_CONTINUE
{
else
{
set_fail_state ( "Illegal USE")
}
used cvars to get ip and port,
charmax symbol undefined,