[Compile Error]
PHP Code:
HTML Code:
//// Gather.sma |
Re: [Compile Error]
PORT isn't a string..
|
Re: [Compile Error]
so what?:S
|
Re: [Compile Error]
new ip[64],port,erre[100],user[32],pass[100]
new cmd[300],botcmd[2049] get_cvar_string("bot_host",ip,63) port = get_cvar_num("irc_port") get_cvar_string("bot_user",user,31) get_cvar_string("bot_pass",pass,99) bothost = socket_open(ip,port,SOCKET_TCP,erre) nothing again |
Re: [Compile Error]
(argument 4) Now is the problem
|
Re: [Compile Error]
For my work perfect.
Look socket_open PHP Code:
_error is a int ( cell ). That return this: * 0 - no error * 1 - error while creating socket * 2 - couldn't resolve hostname * 3 - couldn't connect to given hostname:port |
| All times are GMT -4. The time now is 04:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.