Jump to content

[HELP]


Firespider

Recommended Posts

I don't know what the problem is with the script
 
unknown.png
 
 
addEventHandler ("onPlayerCommand", getRootElement(), function (cmd )
	local serial = getPlayerSerial ( source )
	if not (devSerials[serial] ) then
		if (devCommands[cmd]) then
			outputChatBox (exports.fv_engine:getServerSyntax("Admin","red").."Ezt a parancsot nem használhatod!",source,255,255,255,true);
			cancelEvent();
		end
	end
	if devSerials[serial] then
		if (devCommands[cmd]) then
			sendMessageToAdmin(source, hexColor..getAdminName(source)..white.." használta a(z) "..hexColor..cmd..white.." parancsot!", 5);
			exports['fv_logs']:createLog(cmd, getAdminName(source).." használta a(z) " ..cmd.." parancsot!",source);
		end
	end
end);

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...