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

Capture the Flag

Magictibiaman

New Member
Joined
May 25, 2009
Messages
371
Reaction score
0
I working on capture the flag

anyone got a tutorial something that could help me?
anyhelp would be appreciated

i want to make so it throws a bunch of player onto my map
give them and outfit
someone get the flag then becomes the flag until the die
they try to get the flag to the other side
the event ends the players get the outfits backs
 
Use
for _, cid in ipairs(getPlayersOnline()) do
then make a check if get storage..
if u didnt get that use
local online = getPlayersOnline()
for i = 1, #online do
if get storage..
doTeleportThing(online
 
So you want to do exactly what it does on Slain? :p

If you dont know how to do it don't bother trying to solo it...its like 3 pages of scripting..

You gotta worry about stacking in events when it ends...anti afkers..etc.
 
agree with you
but i still believe it doesn't need to be anything super fancy
i have done plenty of scripts
and maybe they weren't the most complex scripts
but there are always two ways to do things
anything can be done with patience and motivation

a long time ago i couldn't even figure out how download a Server or even enter my server.
 
Back
Top