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

What id wrong?

pizza88

New Member
Joined
Jan 11, 2009
Messages
51
Reaction score
0
Location
Germany
Hello
i beginn to learn scripting so i maked my first script but my server say there is a error can someone say me whats with this script wrong?
Code:
if doPlayerRemoveItem(cid, itemid, count[, subtype]) then
        if item.itemid == 2160 then
         doPlayerSendTextMessage(cid,21,"You have stolen the Money!")
        end
return TRUE
end
 
Back
Top