• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Cant ipban

quinkan

New Member
Joined
Mar 15, 2009
Messages
125
Reaction score
0
Is there any ipban script or something? my rule violation doesnt works.

bump
 
Last edited by a moderator:
/b command

Lua:
function onSay(cid, words, param, channel)
	if(param == '') then
		return true
	end

	doPlayerBroadcastMessage(cid, param)
	return true
end


[from cry]
 
Back
Top