SA-MP Forums Archive
Registering MSN ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Registering MSN ? (/showthread.php?tid=288179)



Registering MSN ? - ServerScripter - 06.10.2011

Hi , i have some Ideas how to do it , but , i don't know how to Get MSN and save it .... So , i post here to get some Help
i use this to save pass :
PHP код:
public OnPlayerRegister(playeridpassword[])
{
    if(
IsPlayerConnected(playerid))
    {
            new 
string3[64];
            new 
playername3[MAX_PLAYER_NAME];
            
GetPlayerName(playeridplayername3sizeof(playername3));
            
format(string3sizeof(string3), "users/%s.ini"playername3);
            new 
FilehFile fopen(string3io_write);
            if (
hFile)
            {
                
strmid(PlayerInfo[playerid][pKey], password0strlen(password), 255); 
THANKS.
EDITE/
I want after Saving Password , send a Dialog tell him to put MSN


Re: Registering MSN ? - Davz*|*Criss - 06.10.2011

What Msn?


AW: Registering MSN ? - Tigerkiller - 06.10.2011

1) he mean how to register an msn account on server
or
2) he wants, that the player enter theyr e-mail adress


Re: Registering MSN ? - ServerScripter - 06.10.2011

i Want after Password Dialog , Send Him "Hello , Please Enter your MSN Here: " so whene he enter it , it saves in my ScriptFiles Folder