Search results

  1. Yisus321

    CLEO Help Error in conditional "if" or string variable

    When I target a player, show me a text if this is a person allied or belonging to my gang. But the point is that the conditional doesn't let me validate the name. I have also tried to validate "integer" variables but it is not validated correctly. Sorry, I'm not used to this kind of low-level...
  2. Yisus321

    CLEO Help Error in conditional "if" or string variable

    Gets into the "else" statement when the variable $name_usr is equal to "Jack". I always get as a result: "I'm not a person". Why doesn't it validate correctly? I have an error in the initialization of the variable? {$CLEO .cs} 0000: var $name_usr : String = 'Jack' end while true...
Top