• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action Free item reporting a bug

Andy Man

Advanced OT User
Joined
Jun 15, 2011
Messages
1,689
Reaction score
194
Location
México
Well when someone reports a bug they will give them a free demon helmet, you can change the item.

Code:
function onReportBug(cid, comment)
doPlayerSendTextMessage(cid,21,"Thanks for reporting these bug you will get a free item because of this") 
doPlayerAddItem(cid,2493,1) 
end

You can change item here
Code:
doPlayerAddItem(cid,2493,1)
 
Back
Top