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

Windows Dont drop level below 50

Raotiz

High Five
Joined
Apr 11, 2010
Messages
693
Reaction score
49
Location
Sweden
Alright so I want a script that will add exp if you get below 50, so you get lvl 50 back -
Code:
  local exp = 1847300
  if getPlayerExperience(cid) < exp then
  doPlayerAddExp(cid,exp-getPlayerExperience(uid))   
  end
this ain't working... (Avesta 7.72)


sry this was suppose to be a lua thread .-
 
Back
Top Bottom