Cloow
Active Member
- Joined
- May 10, 2010
- Messages
- 1,086
- Reaction score
- 35
Hello, i want a script wich work like this.
If a players right click on a item, he sends a "normal" text !challenge since i have a talkaction script wich works like that.
I tought it could be like this.
crappy made, just quick for show.
Rep+
If a players right click on a item, he sends a "normal" text !challenge since i have a talkaction script wich works like that.
I tought it could be like this.
crappy made, just quick for show.
Code:
function onUseItem (blablabla)
if itemid = xxxx then
doPlayerSendChannelMessage(cid, author, !challenge, ???, Default)]
Rep+