Search results

  1. H

    CLEO Help [HELP] Get command params

    How is the new style? Opcode, I got a problem: I have for example: "/start 123-2332 344-3222" and it stores me in 2@v: 123-344-3222 and in 3@v: 344-3222. Can u tell me what's the problem? I mention that I used %s, not %d
  2. H

    CLEO Help [HELP] Get command params

    I already understood that. What I mean, is that I don't want to make 4 commands, I want to make 1, and the parameters may varry. If I have 3 params, then it'll show up 3 Y: PARAM, if I have 2, then just 2 Y: PARAM and so on.
  3. H

    CLEO Help [HELP] Get command params

    Thanks. Now, how can i get params number, it may vary between 1 and 4, and then I want to show a text like this: "Y: FIRST_PARAM Y: SECOND_PARAM Y: THIRD_PARAM" and so on.
  4. H

    CLEO Help [HELP] Get command params

    I have this code: SAMP.IsCommandTyped(0@ 1@) 0AF9: "/f Some text followed by command params Y: %s and Y: %s." 0@ 1@ 0B43: samp cmd_ret I want to send to chat a command like: "/start FIRST_PARAM SECOND_PARAM" and show me the text: Some text followed by command params Y: FIRST_PARAM and Y...
Top