• 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!

Compiling How to remove "you are death.." window In Source Files?? where i should look for it?

Gothric

New Member
Joined
Feb 6, 2010
Messages
264
Reaction score
1
How to remove "you are death.." window In Source Files?? where i should look for it?
 
try this then:

Lua:
function onLogin(cid)
	for i = getCreatureMaxHealth(cid) do
	if getCreatureHealth(cid, i) <= then
	doCreatureAddHealth(cid, i)
return doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLY_DAMAGE)
else
return 0
end

lmao hahahahahahahaha

really dude i have nothing against u but why the fuck.. nvm
 
Back
Top