Search results

  1. O

    CLEO Help Help sannybuilder

    solved
  2. O

    CLEO Help Help sannybuilder

    Damn man, you are god, it works about this: text preceding variables in cleo is just for description xD (except labels/defines) It won't affect what the opcode actually does, it's all about the opcode itself (e.g. 0B2B) and its' parameters (e.g. 1@) i didn't know xD thank you for the solve and...
  3. O

    CLEO Help Help sannybuilder

    no working, it says "my nick: (The name of id 1)" is not put my name, it put the name of id 1.. @kazkaS kazkaS
  4. O

    CLEO Help Help sannybuilder

    But how can i do to say the name and not the id? Like when i type /command to say in chat "Hi, my name is (my name in-game)"? I tried many ways but i can't do it... That's one of my scripts (ways) i tried..: :cmd_1 SAMP.IsCommandTyped(0@) 0B2B: samp 1@ = get_player_nickname_by_actor_handle...
  5. O

    CLEO Help Help sannybuilder

    But how can i do to say the name and not the id? Like when i type /command to say in chat "Hi, my name is (my name in-game)"? I tried many ways but i can't do it... That's one of my scripts (ways) i tried..: :cmd_1 SAMP.IsCommandTyped(0@) 0B2B: samp 1@ = get_player_nickname_by_actor_handle...
  6. O

    CLEO Help Help sannybuilder

    i solved, thanks bro's
  7. O

    CLEO Help Help sannybuilder

    i solved, thank you bro, you're god
  8. O

    CLEO Help Help sannybuilder

    :cmd_2 SAMP.IsCommandTyped(0@) If 0AD4: $NOT_USED = scan_string 0@ format "%d" 1@ Then 0B2B: samp 1@ = get_player_id_by_actor_handle $PLAYER_ACTOR say "player id: %d" 1@ end SAMP.CmdRet almost, i need to use /command (any id) but i shows my id, i want to use only /command without any id
  9. O

    CLEO Help Help sannybuilder

    No working, if i use /command without any id it's not working, if i use /command any id it says "player id: -1 @kazkaS kazkaS
  10. O

    CLEO Help Help sannybuilder

    How can i do a text including my id? Example: :cmd_1 SAMP.IsCommandTyped(20@) if 0AD4: 20@ = scan_string 20@ format "%d" 21@ then 0B36: samp 1@ = get_player_nickname 21@ 0AF9: samp say_msg "Hi, my id is %d" 21@ end SAMP.CmdRet() And show in chat: Hi, my id is 1 or...
  11. O

    CLEO Help Help sannybuilder

    How can i do a text including my id? Example: :cmd_1 SAMP.IsCommandTyped(20@) if 0AD4: 20@ = scan_string 20@ format "%d" 21@ then 0B36: samp 1@ = get_player_nickname 21@ 0AF9: samp say_msg "Hi, my id is %d" 21@ end SAMP.CmdRet() And show in chat: Hi, my id is 1 or...
Top