shiko4ever
New Member
- Joined
- Jun 6, 2009
- Messages
- 89
- Reaction score
- 0
I Tryed To make it in globalevents scripts with
But it doesnt still work To Make Text Come Up (VIP!)<<Like That
LUA:
function onThink(interval, lastExecution)
for _, name in ipairs(getOnlinePlayers()) do
local cid = getPlayerByName(name)
if getPlayerStorageValue(cid, 11551) >= 1 then
doSendMagicEffect(getPlayerPosition(cid), 27)
doSendAnimatedText(getPlayerPosition(cid), "VIP!", TEXTCOLOR_RED)
end
end
return true
end
But it doesnt still work To Make Text Come Up (VIP!)<<Like That
Last edited by a moderator: