• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua if player get Storage at login say"...

Seumion

★ Spell Maker & Mapper ★
Joined
Feb 24, 2015
Messages
172
Reaction score
2
hello otland how can i make script in login if character get storage 2000 say "kill"
i tried to add it to login but doesn't work

thanks otland staff and members/
 
hello otland how can i make script in login if character get storage 2000 say "kill"
i tried to add it to login but doesn't work

thanks otland staff and members/

Always remember to post which TFS version you are using. :)
 
Code:
    if getCreatureStorage(cid, 2000) == 1 then
        doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Kill")
    end

Just add to login.lua
 
Thanks bro @imkingran ,@owned too much but i have another request can i tell you that or make another theard in requests?

If it's completely unrelated I think you should make a new thread, title it properly as related to the problem.
That way if someone else is searching for a solution to a similar problem they will be able to find it easier.
 
Back
Top