Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. new noob = strfind(text, "Current Car", true);
  2. if(noob != -1)
  3. {
  4. strdel(text, noob, noob+11);
  5. strins(text, "The Current Car Is Bullet", noob, 128);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement