Recent content by IbraJ

  1. IbraJ

    AdvanceMP3 [Supports Online Feature]

    This modification was originally Posted in hzgaming (Horizon Roleplay's forum) but I have been told that it has some good features to be released here too. With this modification, you can hear music on foot and it also supports online system. Here is the Preview: Commands:
  2. IbraJ

    CLEO Release AdvanceMP3 [Supports Online Feature]

    This modification was originally Posted in hzgaming (Horizon Roleplay's forum) but I have been told that it has some good features to be released here too. With this modification, you can hear music on foot and it also supports online system. Here is the Preview: Commands:
  3. IbraJ

    CLEO Help Weird String Error

    @Parazitas Okay, I need to resume this thread again, sorry for that. I've tried to put underscore between first name and surname but it doesn't work for me (sorry, code got removed). Would you help me, man? {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: While True Wait 0 If 0B61: samp...
  4. IbraJ

    CLEO Help Weird String Error

    @Parazitas - You are a damn legend, it works. Thank you.
  5. IbraJ

    CLEO Help Weird String Error

    @Parazitas - I mean I want to get "Ali Baba" from frisked roleplay line and store it into a variable. The script you created detects only. Thank you for your help but I need to get "Ali Baba" from frisked roleplay line (remember, it cannot be Ali Baba every time as I have to frisk many people)
  6. IbraJ

    CLEO Help Weird String Error

    No, the last one (Ali Baba). I don't care about the first name.
  7. IbraJ

    CLEO Help Weird String Error

    I just want to get frisked person's name. You can see the above picture. There, it is "Ali Baba" I only want to get the frisked person's name.
  8. IbraJ

    CLEO Help Weird String Error

    @Parazitas - It is not even triggering the text of the chat. Here, I modified it but it becomes like I had but crashes again: {$CLEO .cs} 0000: NOP REPEAT Wait 0 Until 0AFA: While True Wait 0 If 0B61: samp is_local_player_spawned Then 0AC8: 0@ = allocate_memory_size 1024 0AC8: 1@...
  9. IbraJ

    CLEO Help Weird String Error

    I tried but it doesn't work. Instead, it starts giving warning messages. Could you make a code for it so I can understand it more perfectly?
  10. IbraJ

    CLEO Help Weird String Error

    There is no underscore so both are separate strings. Also, I tried your method and it didn't work. See my above attachment ^^
  11. IbraJ

    CLEO Help Weird String Error

    See attachment Also here:
  12. IbraJ

    CLEO Help Weird String Error

    HZ:RP When you /frisk someone, it detects the message "Player1 has frisked Player2.". Now, I want to take the name of "Player2" (the person I've frisked) and show it in 0AD1 but it is not showing it properly. Like, their sequence is very odd, the first name is attached to the last name and...
  13. IbraJ

    CLEO Help Weird String Error

    Anyone?
  14. IbraJ

    CLEO Help Weird String Error

    :test wait 0 if 8B4C: -1 jf @test alloc 9@ 260 SAMP.GetChatString(99, 9@, 10@, 11@, 12@) if 0AD4: $USELESS = scan_string 9@ format "* %s %s has frisked %s %s." 13@v 14@v 15@v 16@v //IF and SET jf @test printf "%s %s" 3000 15@v 16@v jump @test Instead of printing correct full name...
Top