Multiplayer Modifications
			
		
		
			
				
								~DJ~ 							 
						Teh 1337' 			
		Posts:  2608 Joined:  29 Jun 2008, 13:18 
		
						
					
													
							
						
									
						Post 
					 
								by ~DJ~  14 Feb 2009, 16:57 
			
			
			
			
			
			Hello there. After some hours of no internet, or shall i say a Day.. i made a mod. Please check it out, rate it. Thanks. 
Download it through the attachment. Or linky
ComTrigV2.zip 
EDIT: Updated. V2.
You do not have the required permissions to view the files attached to this post.
							
					Last edited by 
~DJ~  on 14 Feb 2009, 19:52, edited 2 times in total.
									
 
		 
				
		
		 
	 
				
				
		
		
			
				
								~DJ~ 							 
						Teh 1337' 			
		Posts:  2608 Joined:  29 Jun 2008, 13:18 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~DJ~  14 Feb 2009, 17:25 
			
			
			
			
			
			READ the README..
			
			
													
					Last edited by 
~DJ~  on 20 Apr 2011, 10:22, edited 1 time in total.
									
 
		 
				
		
		 
	 
				
				
		
		
			
				
								Kuchcik 							 
						Teh gravn00b 			
		Posts:  2623 Joined:  25 Oct 2006, 20:42Location:  central europe shithole 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Kuchcik  14 Feb 2009, 18:07 
			
			
			
			
			
			~DJ~ wrote: READ the README..
isn't that possible already?
 
		 
				
		
		 
	 
				
		
		
			
				
								~DJ~ 							 
						Teh 1337' 			
		Posts:  2608 Joined:  29 Jun 2008, 13:18 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~DJ~  14 Feb 2009, 18:24 
			
			
			
			
			
			A Command with trigger?
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								~][FGS][Nobody~ 							 
						Illuminated 			
		Posts:  5348 Joined:  26 Oct 2005, 16:59Location:  Schland! 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~][FGS][Nobody~  14 Feb 2009, 18:26 
			
			
			
			
			
			Wtf does "(C)~DJ~       2009-3000 
			
			
									
						
							Nobody is perfect...
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote: I can ban any one I want ANY time I want. You have no rights here. 
Magus wrote: Maybe one day I will understand your arcane rituals of voting 
chin.democ. wrote: You can use light bulbs that emit light, and when shot, do not.
synthetic wrote: and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!  
		 
				
		
		 
	 
				
		
		
			
				
								Mastakilla 							 
						!Lysergsäurediethylamid! 			
		Posts:  1812 Joined:  27 Jan 2009, 21:01Location:  'Ton Hotel 
		
						
					
						 
													
							
						
									
						Post 
					 
								by Mastakilla  14 Feb 2009, 18:29 
			
			
			
			
			
			Means we can upload it as our very own in the year 3000! HURAY!
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								~DJ~ 							 
						Teh 1337' 			
		Posts:  2608 Joined:  29 Jun 2008, 13:18 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~DJ~  14 Feb 2009, 18:30 
			
			
			
			
			
			YAH.
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								~][FGS][Nobody~ 							 
						Illuminated 			
		Posts:  5348 Joined:  26 Oct 2005, 16:59Location:  Schland! 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~][FGS][Nobody~  14 Feb 2009, 18:47 
			
			
			
			
			
			I'm still wondering, why that second command thing is required... 
If you want to execute a console command, you could just pass the content of the "command" property to the console command function..
something like..
Code: Select all 
function Trigger(Actor other..... )
{
      if(other != none)
      {   
          Other.ConsoleCommand(command);
      }
}
or in your case..
Code: Select all 
function Touch(Actor instigator..... )
{
      if(instigator != none)
      {   
          instigator.ConsoleCommand(command);
      }
}Nobody is perfect...
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote: I can ban any one I want ANY time I want. You have no rights here. 
Magus wrote: Maybe one day I will understand your arcane rituals of voting 
chin.democ. wrote: You can use light bulbs that emit light, and when shot, do not.
synthetic wrote: and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!  
		 
				
		
		 
	 
				
		
		
			
				
								~DJ~ 							 
						Teh 1337' 			
		Posts:  2608 Joined:  29 Jun 2008, 13:18 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~DJ~  14 Feb 2009, 18:52 
			
			
			
			
			
			You cant put something like that.. i mean.. Try it yourself. Type BehindView 1 in command, and than you'll see it will automaticly do it 1, we cant use spaces..
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								~][FGS][Nobody~ 							 
						Illuminated 			
		Posts:  5348 Joined:  26 Oct 2005, 16:59Location:  Schland! 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~][FGS][Nobody~  14 Feb 2009, 19:00 
			
			
			
			
			
			Ah, right, no wonder.. you were using names! 
var() name Command;
var() name SecondCommand;
Use strings instead. 
var() string Command;
Nobody is perfect...
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote: I can ban any one I want ANY time I want. You have no rights here. 
Magus wrote: Maybe one day I will understand your arcane rituals of voting 
chin.democ. wrote: You can use light bulbs that emit light, and when shot, do not.
synthetic wrote: and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!  
		 
				
		
		 
	 
				
		
		
			
				
								~DJ~ 							 
						Teh 1337' 			
		Posts:  2608 Joined:  29 Jun 2008, 13:18 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~DJ~  14 Feb 2009, 19:05 
			
			
			
			
			
			I Dont want "set" commands.. w00t.
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								~][FGS][Nobody~ 							 
						Illuminated 			
		Posts:  5348 Joined:  26 Oct 2005, 16:59Location:  Schland! 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~][FGS][Nobody~  14 Feb 2009, 19:07 
			
			
			
			
			
			Lol, no, names are used for something else. 
Also, if you don't want it to use set commands you can limit it by checkingg the command property for the "set" keyword.
Nobody is perfect...
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote: I can ban any one I want ANY time I want. You have no rights here. 
Magus wrote: Maybe one day I will understand your arcane rituals of voting 
chin.democ. wrote: You can use light bulbs that emit light, and when shot, do not.
synthetic wrote: and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!  
		 
				
		
		 
	 
				
		
		
			
				
								~DJ~ 							 
						Teh 1337' 			
		Posts:  2608 Joined:  29 Jun 2008, 13:18 
		
						
					
						 
													
							
						
									
						Post 
					 
								by ~DJ~  14 Feb 2009, 19:16 
			
			
			
			
			
			Name are used for numbers and a one word thing right.. o_o