1
2
2
local Acess=player(0,'table') 		for _,id in pairs(Acess) do
I wanna know what is apairs USGN and what i need to do
here the fully Hook and function...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Acess = {127798} addhook('serveraction','serveraction_hook') 	function serveraction_hook(id,action) 	local Acess=player(0,'table') 		for _,id in pairs(Acess) do 			if action==1 then 			menu(id,'Menu A,RateMap,Help Commands') 			elseif action==2 then 			 			elseif action==3 then 			 			end 		end 	end
i wanna transfer apairs id to USGN how ?
but when i use simple (ID) and type my usgn , and start a new server that when i press console to see if works its says : Attempt to call a nil value