Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(!strcmp(answer,inputtext))
- {
- dini_Set(path, "PW", vpws[random(15)]);
- new string[128],pw[256];
- pw = dini_Get(path, "PW");
- format(string, 128, "Dir wurde das Passwort "%s" zugeteilt. Ändere dies bitte nach dem Login mit /pwändern.", pw);
- SendClientMessage(playerid, grün, string);
- }
Advertisement
Add Comment
Please, Sign In to add comment