Hi Ashus,
How can i remove the User GUID string in the console message?
I dont want everybody to see what other players his or her GUID is?
Thanks in advance man,
// Sensei
Posts: 7
Threads: 0
Joined: Oct 2009
Reputation:
0
anyone can access can see guids. besides guids being public arent a big deal. not much you can do with them tbh. but thats just my opinion
pb_plist in console in game shows guids.
Posts: 7
Threads: 0
Joined: Oct 2009
Reputation:
0
they both work for me fine
[2009-10-18 21:34:05] Kicked: 201.***.***.***(Unknown Soldier) reason: bad name
[2009-10-18 21:39:05] Kicked: 201.***.***.*** (Unknown Soldier) reason: bad name
$rules_kick_bad_named = true; ---has to be set to true
heres my first 4 badnames
$rules_badname[] = '';
$rules_badname[] = 'unknown soldier';
$rules_badname[] = 'admin';
$rules_badname[] = 'console';
also have one member who idles and i set his name to vip and he dont get booted anymore
pings work to also has to be set to true which im sure you know
$rules_vip[] = 'DONT USE COLOR CODES HERE';
[2009-10-18 20:58:05] Kicked: 189.***.***.** (MacGregor) reason: ping = 301
[2009-10-18 21:15:05] Kicked: 189.***.***.** (MacGregor) reason: ping = 342
[2009-10-18 21:16:05] Kicked: 189.***.***.** (YMS|V1zK) reason: ping = 410
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
Disable Error reporting in your php.ini or .htaccess for current dir only.
Coffee phreak!
Posts: 48
Threads: 1
Joined: May 2009
Reputation:
0
Is it possible to check if someone has a certain perk or use the grenade launcher attachment?
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
Only by analyzing the logfile.
Coffee phreak!