Albanon
New Member
- Joined
- Mar 5, 2011
- Messages
- 93
- Reaction score
- 1
I'm trying to make a talk action script that recognizes perameters, for instance
/test one should send the player a message that says one
/test two should send the player a message that says two
Here's what I have so far
I don't know how to precede after this though, how do I make it recogize /test one and /test two?
Edit: Im using mystic spirit 2.10
/test one should send the player a message that says one
/test two should send the player a message that says two
Here's what I have so far
PHP:
function onSay(cid, words, param)
if param == "" then
doPlayerSendTextMessage(cid,21, "please type a valid paremeter")
I don't know how to precede after this though, how do I make it recogize /test one and /test two?
Edit: Im using mystic spirit 2.10
