
04-04-2002, 10:40 AM
|
|
Registered User
|
Join Date: Jan 2002
Posts: 636
|
|
|
hidesparrating <number>;
disablepause <number>;
Number is where the number you want the spar rating hidden, or the pause disabled k?
so..
disablepause 2;
That would disable the player from using the pause button for 2 seconds..
Lets say i wanted the pause button to never work?
if (playerenters || timeout){
disablepause 0.05;
timeout = 0.05;
} |
__________________
|
|
|
|