[DUDA]Como identificar msn registrado
#4

pawn Код:
new Nombre[MAX_PLAYERS];
new file[MAX_PLAYERS];
GetPlayerName(playerid, Nombre, sizeof(Nombre));
format(file, sizeof(file), "UsersMSN/%s.ini", Nombre); // Carpeta en donde almacenas los datos del user PERO DEL MSN.
           
if(dini_Exists(file)) return SendClientMessage(playerid, -1, "Cuenta Existente!");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)