Lava Titan
Developer
Heya OtLand!
I need help on a script:
TFS: 0.3.4
Vip Storage ID: 19551
Script type: Globalevents
Interval time = 3 seconds

Script help: i think it is a "function onThink" script
Its like each 3 seconds it sends animated text "Vip" and effect "CONST_ME_GIFT_WRAPS" if a player is vip.
Effects:
doSendAnimatedText(getPlayerPosition(cid), "Vip", TEXTCOLOR_RED)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS)
Thanks!
I need help on a script:
TFS: 0.3.4
Vip Storage ID: 19551
Script type: Globalevents
Interval time = 3 seconds

Script help: i think it is a "function onThink" script
Its like each 3 seconds it sends animated text "Vip" and effect "CONST_ME_GIFT_WRAPS" if a player is vip.
Effects:
doSendAnimatedText(getPlayerPosition(cid), "Vip", TEXTCOLOR_RED)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS)
Thanks!