Guest User

Untitled

a guest
Jan 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if(dialogid == MYDIAG && response)
  2. {
  3. if(strval(inputtext))
  4. {
  5. new pid = strval(inputtext);
  6. SendClientMessage(pid, 0x443213, "working");
  7. }
  8.  
  9. }
Add Comment
Please, Sign In to add comment