Advertisement
Guest User

Untitled

a guest
Dec 1st, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if(dialogid == DIALOG_SVNAME)
  2. {
  3. if(!response)
  4. return 1;
  5. if(strlen(inputtext) > 1 && strlen(inputtext) < 26){
  6. gString[0] = (EOS);
  7. format(gString,sizeof(gString), "hostname %s", inputtext);
  8. SendRconCommand(gString);
  9. SendClientMessage(playerid, COLOR_SYN, gString);
  10. }
  11. return 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement