View Single Post
  #15  
Old 05-26-2004, 09:31 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
if(actionserverside){
if(strequals(#p(1),wan)){
stuff
}
if(strequals(#p(2),wan2)){
more stuff here
}
}
//#CLIENTSIDE
if(weaponfired){
triggeraction 0,0,serverside,#w,wan,wan2;
}

#p = param
triggeraction x,y,serverside,weaponame,param1,param2,param3,etc, etc,etc;
__________________
V$:CONFL16T
Reply With Quote