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(playerid, password[])
{
if(IsPlayerConnected(playerid))
{
new string3[64];
new playername3[MAX_PLAYER_NAME];
GetPlayerName(playerid, playername3, sizeof(playername3));
format(string3, sizeof(string3), "users/%s.ini", playername3);
new File: hFile = fopen(string3, io_write);
if (hFile)
{
strmid(PlayerInfo[playerid][pKey], password, 0, strlen(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