Thread: Gun Script
View Single Post
  #4  
Old 08-04-2009, 09:29 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Edit: Ugh.. another old thread successfully answered two years too late. Thanks again trash talking jamerson.

I take it you're making a gun server, and you're going to want to disable pretty much all obvious classical systems, these are pretty much all the functions you should call.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
onCustomMode();
}

function 
onCustomMode() {
  
disablemap();
  
disablepause();
  
disableweapons();
  
disableselectweapons();  

You'll probably even need to use disable features using enablefeatures, there's plenty of other threads that show how to use that so just search.
__________________
Quote:
Reply With Quote