[FilterScript] [FS] Fallout's Improved Player Info. (console command)
#10

Quote:
Originally Posted by °ғαιιοцт°
with integers he puts the spaces in front of the value
I think it's the way it should be, for me:
Code:
  12 players
 324 vehicles
 7890 objects
is easier to read than
Code:
12  players
324  vehicles
7890 objects

Quote:
Originally Posted by °ғαιιοцт°
Quote:
Originally Posted by Rks_
OnRconCommand should also be possible with a gm , not only fs's
hmm i read somewhere that it only works for fs's and than i didn't try it in gm
It works in both but need to be used in a FS before it works in the GM.

This is enough to get it working in the GM (copy/paste in a blank file, compile and run as a FS):
pawn Code:
#forward OnRconCommand(cmd[]);
public OnRconCommand(cmd[])
  return false;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)