Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new name[25];
- strmid(name, inputtext, 0, strfind(inputtext, "(", true));
- Oder für die ID:
- new id[16];
- strmid(id, inputtext, strfind(inputtext, "(", true), strfind(inputtext, ")", true));
- new idValue = strval(id);
Advertisement
Add Comment
Please, Sign In to add comment