Recent content by GoodMan

  1. G

    [RELEASE]Countdown.cs/Timer.cs

    Hello, Today i'm gonna release a cleo script made by other ugbase.eu member but completely edited by meh. What does this do?, alright, this mod is a very basic ''timer'' that might be useful for Role Play servers or DeathMath servers where there are certain activities that requires await time...
  2. G

    CLEO Help [HELP] Script doesn't work!

    Hello, i would like to have your help here, i'm quite advanced scripter but i can't find the mistake here. My opinion is that 0B4C: crashes the whole script. If i change 0B4C: for any other condition it's ok, the script works, but only for 0B4C: crashes. What i wanna do is to type /sayhi and...
  3. G

    CLEO Help [cleo don't working]

    as i said. if i ever try to use ''0AF9: samp say_msg' 'on this server s2.hotring.cz:7777 , it won't work.
  4. G

    CLEO Help [cleo don't working]

    SUP FELLAS i its me again i stole a cleo from springfield and modified for my own purposes.. soo its a very basic cleo heres it {$CLEO .cs} //-------------MAIN---------------// 0000: NOP REPEAT WAIT 400 UNTIL 0AFA: 0B34: "v" @VOMIT WHILE TRUE WAIT 0 END :VOMIT 0B35: samp 0@ =...
  5. G

    CLEO Help [HELP] Marker.SetColor

    wassup folks i'm trying to create a cleo script which will place a Colored Square icon with a specified size and color on it. So there goes my problem is that i don't know how to set a color on it. the way you can see the code below is the way i'm trying to make it work but it doesn't work. i...
  6. G

    [REQUEST] Change ThermaL's Player Finder's command

    BETTER USE THIS {$CLEO} 0000: NOP wait 5000 0B34: samp register_client_command "cfind" to_label @start 0B34: samp register_client_command "myfind" to_label @my_find 0B34: samp register_client_command "stopfind" to_label @stop 31@ = false 30@ = false :cfind wait 0 if 31@ == true jf @cfind if...
  7. G

    CLEO Help [HELP]untitled

    That's cool, did you test it?
  8. G

    CLEO Help [HELP]untitled

    if                        0B20: samp 31@ = actor_handle_by_samp_player_id 30@                        then                        0B2B: samp 2@ = get_player_id_by_actor_handle 31@                                                0B36: samp 3@ = get_player_nickname 2@                      ...
  9. G

    CLEO Help [HELP]untitled

    Been trying this for days and i can't make it work properly,. its supposed to draw defined players and their anim id name and file but there seems to be lack of memory maybe? Here is the code  {$CLEO .cs} 0000: NOP repeat wait 500 until 0AFA:  is_samp_available 10@ =...
  10. G

    CLEO Help short question

    I have a short question. Is there a way to bypass sanny builder's max limit from ''if and'' because i have a lot of if and check i feel like i can make it look better. as you already know, ''if and'' supports three lines as maximum. and ''if or'' supports only 8. I wonder how can i do that by...
  11. G

    Samp Noob & Pro Detector :3

    nice mod :3 and what is that admin  and friend checker? is it yours?
  12. G

    [CLOSED][CLEO] Accepting request

    RE: [CLEO] I accepting request 1. Name of the mod: This is my mod.cs 2. Where you saw it:I've seen similar stuff very common 3. What do you want: I want this mod to detect the player even if he is not near me 4. Details:This cleo helps me to detect a colored player that's highlighted by admin...
  13. G

    CLEO Help [HELP] im stuck

    I'm very glad guys, i couln't make it work without all of you Here is the code i choose and i modified it a little to make it work: {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA:  is_samp_available while true wait 1000 FOR 1@ = 0 to 999 if 0B23:  samp is_player_connected 1@ then    0B20...
  14. G

    CLEO Help [HELP] im stuck

    Hello, need some hlep, i don't know what im doing WRONG! 2 hours trying to make it work but i can't this script its supposed to spam my chat while a player is holding micro smg in him(only while hes holding it) but i shows nothin , what i did wrong?
  15. G

    m0d_sa Release New Cool Sobeit 0.3.7

    Bro can u just be so kind to tell me which VS++ version did you use to edit and compile the overlight source code and which extencions or SDK package version did u use? because ive tried to edit it aswell but i can't
Top