• 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 Game v2?

Syntax

Developer
Joined
Oct 10, 2007
Messages
2,890
Reaction score
458
Location
Texas
I think I seen this somewhere, it prolly died, but don't feel like searching atm. sooo here goes.

Directions:

1. Read code above your post
2. Revise* it.
3. Post it.

* = Revisions can be considered adding or removing anything to make the code better. Code has to be better than previous.

I'll let others start cause I gtg lol
 
ifThispostiscool
doaddreputationtoProWarbringer
else
dojoingroupprowarbringerishot
end
return true
end
 
ifThispostiscool
doaddreputationtoProWarbringer
else
dojoingroupprowarbringerishot
end
return true
end
doplayerrape
 
Lua:
            function onPost(cid, post, fromThread, PostEx, ToThread)

if getPlayerLuaTagsStorageValue(cid,1303) == 1 then
doModeratorSay(cid, "Use the fucking LUA Tags on your posts!", TALKTYPE_ORANGE_1)
else if getPlayerRepPower(cid) >= 5
doPlayerSay(cid, "Gimme rep plax, i used LUA Tags!", TALKTYPE_ORANGE_1)
              doPlayerAddRep(cid, 20)
              setPlayerLuaTagsStorageValue(cid,1303,1)
              return TRUE
     else
              doPlayerSay(cid "How can i use LUA Tags plax?", TALKTYPE_ORANGE_1)
     end
end
end

XDDDD
 
Back
Top