Search results

  1. K

    CLEO Help RPC

    Any1 knows why not all packets trigger the hook? 0BE3: raknet setup_incoming_rpc_hook @hook hook: 0BE5: raknet 28@ = get_hook_param PARAM_PACKETID format 26@ "%d" 28@ 0AF8: samp add_message_to_chat 26@ I never see any RPC_ScrShowDialog ( 61 ) even after I join the server and register...
  2. K

    CLEO Help Find a certain pickup

    Any ideas how would I get model id of a pickup?
  3. K

    Cops And Robbers 2.6.4 [CODE5GAMING] [PHOENIX 5]

    this is the CODE5 cnr script, the script was sold to new owners 'phoenix 5' gaming and has recieved few minor updates https://lscnr-samp.com
  4. K

    How would I call a function inside the game?

    I know that Int32 sampSayAddress = "samp.dll" + 0x57f0 How do I call this with my message?
  5. K

    CLEO Help Question about pointers and offsets

    so I have a pointer and an offset, how do I get an actual address ?
  6. K

    CLEO Help [SOLVED] weird behavior

    0B34: samp register_client_command "autonews" to_label @toggle 33@ = true :toggle if 33@ == false then 33@ = true 0AF8: samp add_message_to_chat "[/news] Toggled on!" color 0xFFFFFF else 33@ = false 0AF8: samp add_message_to_chat "[Auto /news]Toggled off!" color 0xFFFFFF end...
  7. K

    CLEO Help [SOLVED] cutting floats

    for example i have a 6.214698385312 52.3532355533 how do I cut it to 6.21 52.35 aka 6.2100000000 52.350000000 (i need them to still be float and not an string)
  8. K

    CLEO Help [SOLVED] arrays

    how would I do string arrays like this for example: 1@ = {"hello". "bla bla", "rekt", "get fucked", "nignog" } 1@[2] = "rekt" is this even possible?
  9. K

    CLEO Help 0B37: samp 3@ = get_player_color 2@

    0B37: samp 3@ = get_player_color 2@ Never returns correct value?
  10. K

    CLEO Help Substring

    string f I I V bla bla bla: 8981249812498 is big gay f.substring(13, 13) = 8981249812498 how would I do this ?
Top