Topic: how to insert command
i want to ask, how to insert command in command.cpp into another .cpp ?
example:
i want to insert handle_channels_command from command.cpp to handle_bnet.cpp
how to insert that?
thanks
PvPGN Community Forums |
forums.pvpgn.pro → [EN] The Source Code → how to insert command
i want to ask, how to insert command in command.cpp into another .cpp ?
example:
i want to insert handle_channels_command from command.cpp to handle_bnet.cpp
how to insert that?
thanks
handle_channels not work in handle_bnet.cpp
you have make conn_set_channel, account_get/set..., massge_send...., channel_massage_send....etc << example from connection.cpp to hadle_bnet.cpp
ex: open channel.cpp, you can find this word
hmm, i want ask another questions..
how to make if someone join a game room, he will automatically send /ping command?
is it possible?
hmm, i want ask another questions..
how to make if someone join a game room, he will automatically send /ping command?
is it possible?
very2 possible
find client_joingame
how to insert the command?
_handle_ping_command(c,text) ?
i have tried this but did not work
use conn_get_latency(t_connection)
like this
Added: 27.01.2014 22:32
how to insert the command?
_handle_ping_command(c,text) ?i have tried this but did not work
-_-
forums.pvpgn.pro → [EN] The Source Code → how to insert command