mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 04:36:01 +08:00
[bot] Remove comments in main.cpp
This commit is contained in:
10
bot/main.cpp
10
bot/main.cpp
@ -8,16 +8,6 @@ void InitSettingsFromCommandLine(char * szCmdLine);
|
|||||||
|
|
||||||
//----------------------------------------------------
|
//----------------------------------------------------
|
||||||
|
|
||||||
/*
|
|
||||||
Argument format:
|
|
||||||
"-h %s -p %d -n %s -m %s"
|
|
||||||
|
|
||||||
-h -> either server's bind address or 127.0.0.1
|
|
||||||
-p -> server's port number
|
|
||||||
-n -> NPC's name
|
|
||||||
-m -> script name
|
|
||||||
*/
|
|
||||||
// Absolutely no indication it is named npc or bot...
|
|
||||||
int main (int argc, char** argv)
|
int main (int argc, char** argv)
|
||||||
{
|
{
|
||||||
logprintf("----- NPC Starting -----");
|
logprintf("----- NPC Starting -----");
|
||||||
|
Reference in New Issue
Block a user