Thread
:
Disable default player profile?
View Single Post
#
2
07-03-2007, 08:29 PM
Chompy
¯\(º_o)/¯
Join Date: Sep 2006
Location: Norway
Posts: 2,815
PHP Code:
enablefeatures
(
allfeatures
& ~
0x800
);
// or
showstats
(
allstats
& ~
0x800
);
__________________
Chompy
View Public Profile
View GraalOnline Profile
Find all posts by Chompy