Guest User

Untitled

a guest
May 18th, 2014
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.21 KB | None | 0 0
  1. new name[25];
  2. strmid(name, inputtext, 0, strfind(inputtext, "(", true));
  3.  
  4. Oder für die ID:
  5. new id[16];
  6. strmid(id, inputtext, strfind(inputtext, "(", true), strfind(inputtext, ")", true));
  7. new idValue = strval(id);
Advertisement
Add Comment
Please, Sign In to add comment