View Single Post
  #8  
Old 04-04-2002, 10:40 AM
Kadar Kadar is offline
Registered User
Join Date: Jan 2002
Posts: 636
Kadar is on a distinguished road
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;
}
__________________
Reply With Quote