}stock strget(strx[], pos, search = ' ') {new arg, ret[128], idxx;for (new i = 0; i < strlen(strx); i++) {if(strx[i] == search || i == strlen(strx) || strx[i + 1] == 10) {arg++;if (arg == pos + 1){ret[i-idxx] = EOS;return ret;} else if (arg == pos)idxx= i+1;}else if (arg == pos) ret[i - idxx] = strx[i];}return ret;
Ich wollte ändern das man nicht mit STRG den motor startet sondern mit numpad 2 wie geht das ?