[POMOC] cuvanje..

Započeo Łuk@
15. Maj 2016. Zaključano
363
pregleda
7
postova
ophion
5
OG Legend
15. Maj 2016.
Skripta koju koristim:0
Detaljan opis problema: Kada /saveacc (cuvanje accounta),sacuva mi accounte ali evo kad se regam sta bude http://prntscr.com/b4fx61
kada sejvam accounte evo sta bude http://prntscr.com/b4fxf8
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):
Lenonâ„¢
5
Godfather
15. Maj 2016.
Postavi kod i jednog i drugoga.
expressoboy123
5
Godfather
15. Maj 2016.
Daj nam kodove sa kojim cuvas to
ophion
5
OG Legend
16. Maj 2016.
YCMD:saveacc(playerid, params[], help)
{
    if(UlogovanP == 0) return SendClientMessage(playerid,-1,""ZELENA" "BELA"Morate biti ulogovani da bi ste koristili ovu komandu!");
    if(PlayerInfo >= 2)
    {
        foreach(Player, i)
        {
            SavePlayer(i);
        }
        new string;
        format(string, sizeof(string), ""ZELENA"(SAVE) "BELA"Admin "ZELENA"%s "BELA"je sacuvao sve accounte zbog moguceg ddos napada!", GetName(playerid));
        SendClientMessageToAll(-1,string);
    }
    else
    {
        SendClientMessage(playerid, -1, ""ZELENA" "BELA"Morate biti Admin Level 2 ili RCON ulogovani!");
    }
    return 1;
}
stock SavePlayer(playerid)
{
    new INI:File = INI_Open(Korisnici(playerid));
    INI_SetTag(File,"data");
    INI_WriteInt(File,"Admin",PlayerInfo);
    INI_WriteInt(File,"Novac",PlayerInfo);
    INI_WriteInt(File,"NBanka",PlayerInfo);
    INI_WriteString(File,"Email",PlayerInfo);
    INI_WriteInt(File,"Level",PlayerInfo);
    INI_WriteInt(File,"Sati",PlayerInfo);
    INI_WriteInt(File,"Auto Dozvola",PlayerInfo);
    INI_Close(File);
    return 1;
}
expressoboy123
5
Godfather
16. Maj 2016.
A kad ne koristis tu komandu tj kada izadjes jel ti sacuva lepo?
ophion
5
OG Legend
16. Maj 2016.
ne sacuva lepo,dodaje jos 1 auto dozvola

Password =
Admin = 0
Novac = 10000
NBanka = 0
Email = test
Level = 1
Sati = 0
Auto Dozvola = 0
Auto Dozvola = 0


brisao sam acc pa se registrirao..
ophion
5
OG Legend
16. Maj 2016.
ae netko

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha