K kakaka Active member Joined Jun 7, 2014 Messages 59 Reaction score 0 Sep 5, 2014 #1 I would like to create a cleo that when activated, he typed what I set in the code time i know it can be used WAIT, but what function you write for me?
I would like to create a cleo that when activated, he typed what I set in the code time i know it can be used WAIT, but what function you write for me?
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 273 Sep 5, 2014 #2 If you mean send a message then use 0AF9. Code: if 0AB0: XX/or any activation you want to use then 0AF9: say_msg "hello" end Upvote 0 Downvote
If you mean send a message then use 0AF9. Code: if 0AB0: XX/or any activation you want to use then 0AF9: say_msg "hello" end
MrChristmas Expert Joined Jul 29, 2014 Messages 563 Reaction score 26 Sep 5, 2014 #3 {$CLEO} 0000: NOP :SAY wait 0 if key_down [YOUR KEY] else_jump @SAY 0AF9: samp say_msg "[YOUR MESSAGE]" goto @SAY Upvote 0 Downvote
{$CLEO} 0000: NOP :SAY wait 0 if key_down [YOUR KEY] else_jump @SAY 0AF9: samp say_msg "[YOUR MESSAGE]" goto @SAY
K kakaka Active member Joined Jun 7, 2014 Messages 59 Reaction score 0 Sep 5, 2014 #4 Mr.Christmas link said: {$CLEO} 0000: NOP :SAY wait 0 if key_down [YOUR KEY] else_jump @SAY 0AF9: samp say_msg "[YOUR MESSAGE]" goto @SAY Click to expand... thanks Mr.Christmas and springfield =D Upvote 0 Downvote
Mr.Christmas link said: {$CLEO} 0000: NOP :SAY wait 0 if key_down [YOUR KEY] else_jump @SAY 0AF9: samp say_msg "[YOUR MESSAGE]" goto @SAY Click to expand... thanks Mr.Christmas and springfield =D