Recent content by ItsRobinson

  1. ItsRobinson

    CLEO Help Google Translate a String

    https://blog.api.rakuten.net/api-tutorial-google-translate-api/ You’ll have to read up on the usage of a google translate api. Once you have a read and understood that you will have to setup your own PHP (easiest language if you’re not familiar with back-end languages) you’ll have to send a...
  2. ItsRobinson

    SWIM

    I not sure that this is a mod and more of a bug
  3. ItsRobinson

    SWIM

    I can see absolutely no difference in pictures? Are you wanting to remove the swimming animation?
  4. ItsRobinson

    Types of Sign Check and Sources , etc...

    What samp version are you looking for?
  5. ItsRobinson

    CLEO Help Help

    00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
  6. ItsRobinson

    Collection

    {$CLEO} {$INCLUDE SF} 0000: NOP repeat wait 0 until 0AFA: 0BE3: raknet setup_incoming_rpc_hook @in_rpc while true wait 0 end :in_rpc 0BE5: raknet 0@ = get_hook_param PARAM_PACKETID if 0@ == RPC_SCRCLIENTMESSAGE then 0BE5: raknet 1@ = get_hook_param PARAM_BITSTREAM...
  7. ItsRobinson

    Collection

    EDIT: I'll get back to you on this
  8. ItsRobinson

    CLEO Help help click textdraw

    {$CLEO} 0000: NOP repeat wait 0 until 0AFA: while true wait 0 FOR 0@ = 0 TO 2050 if 0C5D: samp textdraw 0@ is_exists then 0C59: samp textdraw 0@ get_model 1@ rot $NOT_USED $NOT_USED $NOT_USED zoom $NOT_USED veh_color $NOT_USED $NOT_USED...
  9. ItsRobinson

    .

    Right okay, but you realise that lua is a open source, meaning anyone can edit it in any text editor. So you can put names into the script, but if the script is sent on, anyone can just add their name to it. You can compile LUA files, but they're easy to fairly easy to decompile. Same with...
  10. ItsRobinson

    .

    So you're saying, you want something to happen when the script loads, if your name is online?
  11. ItsRobinson

    .

    Need more information than that. Are you typing a name with a command or is the name coming from the chat? What action is to be taken?
  12. ItsRobinson

    CLEO Help Automatic Dialog

    Can also use PAGE DOWN and PAGE UP to jump down/up the list items
  13. ItsRobinson

    CLEO Help Load any image file (.png, .bmp)

    No don’t load your image in a loop, render the image in a loop, don’t load
  14. ItsRobinson

    CLEO Help Load any image file (.png, .bmp)

    If you are using SAMPFUNCS then you can use 0B73: render draw_texture 0@ pos 1@ 2@ size 3@ 4@ rotation 5@ color 6@ search the forums for that opcode for some tips on how to use it. without sampfuncs, you’d have to add a image to a specific txd file (can’t remember which) and then load it from...
  15. ItsRobinson

    CLEO Help ON/OFF on CLEO FOV

    You've not got your sanny builder setup right. Here you go, alt f2
Top