[AJUDA] Console
#1

Olб, estou a editar um gamemode "Scratch Roleplay Basic" e eu queria uma ajuda com o salvamento de contas dele.
Pois quando tem jogador no server, fica aparecendo toda hora "write this tag: data" me ajudem...
Reply
#2

Bola De Cristal OFF!

Poste Algum Code.
Ou da CTRL+F e no GM e Procure por write this tag e Encontrara!
Reply
#3

pawn Код:
if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, "Registering...","You have entered an invalid password.\nType your password below to register a new account.","Register","Quit");
                new INI:File = INI_Open(UserPath(playerid));
                INI_SetTag(File,"data");
pawn Код:
function SaveAccountStats(playerid)
{
    if(Logged[playerid] == 1)
    {
    new
        INI:File = INI_Open(UserPath(playerid))
    ;
    INI_SetTag(File,"data");
Olha nгo achei o white this tag, mais achei isso...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)