9 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| if Config.Phone ~= 'roadphone' then
 | |
|     return
 | |
| end
 | |
| 
 | |
| function GetPlayerPhone(source)
 | |
|     local identifier = GetIdentifier(source)
 | |
|     return exports['roadphone']:getNumberFromIdentifier(identifier)
 | |
| end
 | |
| 
 | 
