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

If you are VIP...

Joined
Jun 19, 2009
Messages
1,852
Reaction score
5
Hello!

This is my request: If you are a VIP player, a text comes with the effect "31" and red text color. I think I already have one but it doesn't work;

Code:
--[Script made by Gurrha]--

function onThink(interval, lastExecution)
	if(getPlayerStorageValue(cid) == 11551) then
	local playerPos = getPlayerPosition(cid)
	doSendAnimatedText(playerPos, 'Vip Player!', TEXTCOLOR_RED)
	doSendMagicEffect(playerPos, 29)
        end
end

anyone?:p

evul zoooro

what is infraction?-.-

edit: /care
 
Last edited by a moderator:
Back
Top