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

dont go lower than x level

Status
Not open for further replies.

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
hello guys,
I want a simple request.
I want a script that a player dont go under the level 15 when he dies.

rep++
 
LUA:
if getPlayerLevel(cid) < 15 then
    doPlayerAddExperience(cid, (getExperienceForLevel(15) - getPlayerExperience(cid)))
end
 
Status
Not open for further replies.
Back
Top