I need your help to tell me what are the basic rules for starting an admin script. i don't want the full code it's made.
I want to know where to start, how to add hudtxt, commands to the admins, mods, etc.
thanks and srry for my english!
Scripts
How to make an "Admin Script"?
How to make an "Admin Script"?
1

Admins = {}
for _, i in ipairs(Admins) do
	if i == player(id, "usgn") then
		-- Admin privileges here
	end
end
I Like Help People
1
