Radhe Posted October 16, 2018 Share Posted October 16, 2018 Username: RAdhe Problema întălnită: Salut, am si eu o problema cu un gamemode, atunci cand bag in casuta de login parola mi-o sterge automat, si mereu mi se intampla .. Detalii despre problemă: Am tot bagat parola, mi-o sterge.. la register cand o bag nu se intampla nimic, nu-mi sterge parola din chenarul acela, doar la login. Ce ai încercat să faci înainte să postezi?: Nimic.. Cod sursă (recomandat pastebin.com) : https://pastebin.com/yzstdbZF Alte detalii: Multumesc. Link to comment Share on other sites More sharing options...
Jany Posted October 16, 2018 Share Posted October 16, 2018 Ai discord? Sau skype? Link to comment Share on other sites More sharing options...
Radhe Posted October 16, 2018 Author Share Posted October 16, 2018 Chiar acum, J@ny a spus: Ai discord? Sau skype? Da, am discord. Da-mi id de discord. Link to comment Share on other sites More sharing options...
Jany Posted October 16, 2018 Share Posted October 16, 2018 Jany#8540 Link to comment Share on other sites More sharing options...
Jany Posted October 16, 2018 Share Posted October 16, 2018 Acum 2 minute, Radhe a spus: Da, am discord. Da-mi id de discord. Dami add Link to comment Share on other sites More sharing options...
Radhe Posted October 16, 2018 Author Share Posted October 16, 2018 Acum 1 minut, J@ny a spus: Dami add Link to comment Share on other sites More sharing options...
qSorin Posted October 16, 2018 Share Posted October 16, 2018 public OnPlayerRequestClass(playerid, classid) { if(gPlayerLogged[playerid] == 1) { if(ChosenSkin[playerid] == 1) return SpawnPlayer(playerid); } if (RegistrationStep[playerid] == 0 && gPlayerLogged[playerid] != 1) { SetPlayerInterior(playerid,0); SetPlayerPosEx(playerid, 1742.9814,-1863.0938,16.2048); InterpolateCameraPos(playerid, 1804.1313,-1732.0179,21.7294, 1037.3715,-1732.7358,25.2859, 30000, CAMERA_MOVE); InterpolateCameraLookAt(playerid,1441.6654,-1732.0317,18.0373,1037.3715,-1732.7358,25.2859, 30000, CAMERA_MOVE); TogglePlayerControllable(playerid, 0); if (gPlayerAccount[playerid] != 0) { SendClientMessage(playerid, COLOR_GENANNOUNCE, "SERVER: {FFFFFF}Bun venit pe ProiecT.ro RPG."); SendClientMessage(playerid, COLOR_GENANNOUNCE, "SERVER: {FFFFFF}Ai deja un cont intregistrat aici, te rugam introdu parola in casuta de mai jos."); ShowPlayerDialog(playerid,DIALOG_LOGIN2,DIALOG_STYLE_PASSWORD,"SERVER: Login","Bun venit pe ProiecT.ro RPG.\nIntrodu parola in casuta de mai jos!","Login","Cancel"); } else { gPlayerAccount[playerid] = 0; new loginname[158], stringgg[300]; GetPlayerName(playerid,loginname,sizeof(loginname)); for(new clanid; clanid < MAX_CLANS; clanid++) { if(strfind(loginname,ClanInfo[clanid][cClanTag],true) != -1) { format(stringgg,sizeof(stringgg),"Nu poti folosi acel username. '%s' este inregistrat de un clan. Nu poti folosi acel cuvant in nickname-ul tau.",ClanInfo[clanid][cClanTag]); format(stringgg,sizeof(stringgg),"You can't use that username! '%s' is a registered clan tag. You can't use that word in your nickname.",ClanInfo[clanid][cClanTag]); SendClientMessage(playerid, COLOR_RED, stringgg); KickEx(playerid); } } SendClientMessage(playerid, COLOR_GENANNOUNCE, "SERVER: {FFFFFF}Bun venit pe ProiecT.ro RPG."); SendClientMessage(playerid, COLOR_GENANNOUNCE, "SERVER: {FFFFFF}Nu esti inca inregistrat. Te rugam noteaza o parola sigura in casuta de mai jos pentru a te inregistra."); ShowPlayerDialog(playerid,DIALOG_LOGIN1,DIALOG_STYLE_PASSWORD,"SERVER: Inregistrare","Bun venit pe ProiecT.ro RPG .\nTe rugam introdu parola in casuta de mai jos!","Register","Cancel"); } login[playerid] = SetTimerEx("Logink",60000,false,"d",playerid); } else if(IsPlayerNPC(playerid)) return 1; return 1; } Vezi daca merge Link to comment Share on other sites More sharing options...
Jany Posted October 17, 2018 Share Posted October 17, 2018 Cer T/C, problema s-a rezolvat/ Link to comment Share on other sites More sharing options...
Administrator Leonard Posted October 18, 2018 Administrator Share Posted October 18, 2018 Problema a fost rezolvată. Topic închis! www.liberty.mp Link to comment Share on other sites More sharing options...
Recommended Posts