Help :)
#1

i want a script to let my server when some one registered if he enter server a dialog show up and say give me the password to login
Reply
#2

to onlines admins? or on one file?
or if register saved password?
Reply
#3

a dialog to say give me the password you registered with it
Reply
#4

if you online to server? or give the password in any file?
Reply
#5

a dialog show up to me when i join to my server to tell me login with your password you registerd with it befaure!!!!!!!!!!!
i mean a dialog like /login
but in dialog and no need to wright /login
Reply
#6

you use dini or ini?
use
Код:
new pass[256],passFile[256],pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,sizeof(pName));
format(passFile,sizeof(passFile),"your path file for players",pName);
format(pass,sizeof(pass),"%s",dini_Get(passFile,"Password...");
SCM(playerid,-1,pass);
this?
Reply
#7

satdm its dini
Reply
#8

upload your code please for help to you.
Reply
#9

code of what?
OnPlayerConnect?
Reply
#10

yes /login and /register
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)