Search results

  1. P

    CLEO Help How to use register_client_command

    Hello, I'm trying to figure out how to use the OPCODES 0B34: samp register_client_command "mycommand" to_label @mycommand SAMP.IsCommandTyped The command registers as the server doesn't return a message that it's an invalid command, but the result doesn't pop up. Here's a little script I made to...
  2. P

    CLEO Help SAMPFuncs OPCode 'Add_message_to_chat'

    Hello, I've been attempting to use an opcode from sampfuncs to render text in the samp chat-box and I've crashed every time I tried to use it. The opcode I've tried to use is this one. //0AF8: samp add_message_to_chat "hello." color 0xFF61B 0@ Here's the quick script I made to test it. {$CLEO...
Top