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

Exhaust On Talkaction/ Rep++

-.Savage.-

New Member
Joined
Jul 2, 2008
Messages
32
Reaction score
2
hello can some1 help me add Exhaust To This TalkAction Script
the script works perfectly just no exhaust,
help me and i rep you!!


Lua:
function onSay(cid, words, param)
		if doPlayerRemoveMoney(cid, 20000) == TRUE then
		doCreatureAddHealth(cid, 25000)
		else
			doPlayerSendCancel(cid, "HealthMe Costs 20000 Gold Coins.")
			doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
	end
	return TRUE
end
 
Back
Top