roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 206
Hi, how can i make this code more "less"??
I think check all players online inst a good code, imagine 20~30 players using this command together, it can be lag a game...
Using tfs 1.3 for 8.6
otland.net
I think check all players online inst a good code, imagine 20~30 players using this command together, it can be lag a game...
Using tfs 1.3 for 8.6

TalkAction - Guild broadcast
Hello ! |3mR| First Go to data/talkactions/scripts create file guildcast.lua and put to it: function onSay(cid, words, param) local playerGuild = getPlayerGuildId(cid) if playerGuild > 0 then local playerGuildLevel = getPlayerGuildLevel(cid) if playerGuildLevel >= GUILDLEVEL_VICE...