Advertisement
AlexRap

Untitled

Aug 12th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. new bool:anuntat = false;
  2. if(!isnull(inputtext))
  3. {
  4. for(new _pos; inputtext[_pos] > 0; _pos++)
  5. {
  6. if(inputtext[_pos] == '%')
  7. {
  8. inputtext[_pos] = '#';
  9. if(!anuntat) {
  10. anuntat = true;
  11. }
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement