Top 10 N00bs:
Top 10:

These tips will help you:
Download links:
Screens:
I will add the screenshots later, I don't have time right now. If you don't know how to decrypt it's your problem you have five ways:





edited 9×, last 30.09.12 06:21:43 pm
--==============================================-- -- Script by mafia_man (U.S.G.N Number: 9102) -- -- Hardcore RP Script -- -- unimenu.lua by Engin33r -- --==============================================-- path = "sys/lua/MafiaRP/"; function inTable(t, val) 	local _, i; 	for _, i in pairs(t) do 		if i == val then 			return _; 		end 	end 	return -1; end includes = { 	"shop.lua"; 	"config.lua"; 	"save.lua"; 	"player.lua"; 	"hud.lua"; 	"money.lua"; 	"payday.lua"; 	"unimenu.lua"; 	"trains.lua"; 	"cars.lua"; 	"building.lua"; 	"jobs.lua"; 	"npc.lua"; 	"house.lua"; 	"items.lua"; 	"inventory.lua"; } local _, i; for _, i in pairs(includes) do 	dofile(path .. i); end