Recent content by Lordul202021

  1. L

    CLEO Help sanny builder code not working

    can you help me please?
  2. L

    CLEO Help sanny builder code not working

    {$CLEO} 0000: 0662: "CivilCMD by HawkPisoiul 2.0" thread "Pentru Ruby Nephrite" wait 2500 //======================================================================== 0B34: samp register_client_command "np" to_label @lh242_0_1 0B34: samp register_client_command "sofer" to_label @lh242_0_2 0B34...
  3. L

    CLEO Help sanny builder code not working

    Hi, I have a cleo cmd and today I did a dialog but when I log in the game, it doesn't work, it works if i put it in a sepparately file, it also works if i put the code at the beggining of my cmd but the rest of the cmd dont work anymore. my dialog: REPEAT WAIT 0 UNTIL 0AFA: SAMP_IS_READY...
  4. L

    CLEO Help samp say_msg problem

    its working, thank you sooo muh
  5. L

    CLEO Help samp say_msg problem

    i have another problem now, i want to make more commands with that code, i use this while true wait 0 if 31@ == true then 31@ = false 0AF9: samp say_msg "/fill" wait 300 0AF9: samp say_msg "/fillgascan" end end :lh242_3_3 31@ = true samp.CmdRet() but...
  6. L

    CLEO Help samp say_msg problem

    while true wait 0 if 31@ == true then 31@ = false 0AF9: samp say_msg "/quitjob" wait 300 0AF9: samp say_msg "/getjob" end end :lh242_3_2 31@ = true samp.CmdRet() i used this and its working
  7. L

    CLEO Help samp say_msg problem

    hi, i want to make something when i type '/cjob' to auto send '/quitjob' then 'getjob' i tried using this code 0B34: samp register_client_command "cjob" to_label @cmd :cmd SAMP.IsCommandTyped(20@) 0AF9: samp say_msg "/quitjob" wait 600 0AF9: samp say_msg "/getjob" SAMP.CmdRet()...
  8. L

    CLEO Help two weapons from one

    Hey, is there any method to make 2 weapons from 1?
Top