i got this errors: HElp!!!!!!
Compiling...
Main.cpp
c:\documents and settings\fightex\quick launch\visual studio 2008\projects\multiplayer\multiplayer\main.cpp(178) : error C2143: syntax error : missing ')' before 'constant'
c:\documents and settings\fightex\quick launch\visual studio 2008\projects\multiplayer\multiplayer\main.cpp(178) : error C2664: 'NetHost_IP' : cannot convert parameter 2 from 'double' to 'char *'
c:\documents and settings\fightex\quick launch\visual studio 2008\projects\multiplayer\multiplayer\main.cpp(178) : error C2059: syntax error : ')'
Build log was saved at "file://c:\Documents and Settings\Fightex\Quick Launch\Visual Studio 2008\Projects\multiplayer\multiplayer\Debug\BuildLog.htm"
multiplayer - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
from this code
if(dbShiftKey())
{
NetHost_IP(2, 88.22.921.48:1849 );
}
and when i add the connect it just simto do the sain thing.
help!
Game.Love