mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| --[[
 | |
| 
 | |
| 
 | |
| --]]
 | |
| 
 | |
| function onEventStarted(player, actor, questId)
 | |
| 	player:SendRequestedInfo("requestedData", "qtdata", 0x1D4F2);
 | |
| end
 |