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

Lua Question about check titles results

Calon

Experienced Member
Joined
Feb 6, 2009
Messages
1,070
Reaction score
21
do a script include the check titles in a so big area every 4 seconds cause any laag or affection ?
 
for example

globalevent name="arena" interval="5000" event="script" value="xxxx...lua"/>

so this globalevent check the ground from x y z to x y z(big arena size almost a city) every 5 seconds
if there is a player so the script do a thing

so do these things cause a laag in the ot or make any affection or its a bad script ?
 
Depending on the size it might cause lag.
If it is a big area you can also loop through all players online instead and check where they are..
 
Back
Top