Thread: lay2???
View Single Post
  #7  
Old 12-14-2004, 07:36 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
you'd have to triggeraction to serverside and use putnpc2 as
PHP Code:
if(actionserverside){
   
putnpc2 strtofloat(#p(0)),strtofloat(#p(1)){
     
script;
   };
}
//#CLIENTSIDE
 
if(timeout){
  if(
leftmousebuttontriggeraction 0,0,serverside,weaponname,#v(mousex),#v(mousey);

__________________

Reply With Quote