0 Members and 1 Guest are viewing this topic.
g++ lin.cpp -o lin -lncurses -lform
Is there any way to run scheduled commands ex. /say ?
Quote from: Jaska on November 23, 2007, 04:41:07 amIs there any way to run scheduled commands ex. /say ?Yoiu are better off using server side scripting for that.
procedure AppOnIdle(Ticks: integer);begin if Ticks mod (3600 * 5) = 0 then begin //Every 5 minutes WriteConsole(0, 'Advertisement', RGB(255, 255, 255)); end;end;
What about coloring different info of the player when showing info from REFRESH?Playername kills deaths ping ipLike that. Would be great.
a.Would be nice to repeat the last command by pressing cursor-key up etc, a la typical bashb. command autocomplete c. connect directly from cli : .e.g user$ ./lin 2wai.soldat.gr 27774 password
sudo apt-get install ncurses-dev
terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc