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

Close Theard

Printer

if Printer then print("LUA") end
Senator
Premium User
Joined
Dec 27, 2009
Messages
5,780
Solutions
31
Reaction score
2,299
Location
Sweden?
Close Theard.
 
Last edited:
After:
LUA:
doItemSetAttribute(getPlayerSlotItem(cid,8).uid,"name", poke_name .." Ultraball")
Put:
LUA:
	doItemSetAttribute(item, "description", "You need level "..params.level.." to use this pokémon.")

And after:
LUA:
----- Config -----
Put:
LUA:
if getPlayerLevel(cid) < levels then
doPlayerSendCancel(cid, "You do not have level to use this Pokemon.")
return TRUE
end

Not sure though
 
Back
Top