[Ajuda] Mudar Local De Uma Pasta
#1

Como faz para os players que criarem conta, as contas irem para pasta players em vez de scriptfiles ?
Reply
#2

Muda No Seu GameMode
Conserteza Vai Ter a #define Definindo o Diretorio.
Senao Vocк Procura No Seu GM E Muda
Reply
#3

Desculpe, N Entendi
algo daqui ?
pawn Код:
#include <a_samp>
#include <a_npc>
#include <Dini>
#include <servermoneyGM>


#if defined MAX_VEHICLES
    #undef MAX_VEHICLES
    #define MAX_VEHICLES (1176) //Nъmero de CARROS
#endif
#if defined MAX_PLAYERS
    #undef MAX_PLAYERS
    #define MAX_PLAYERS (101) //Nъmero de Slots + 1
#endif

#define F_MAX_OBJECTS       750 //maximum amount of objects the streamer will create; PLEASE change this to the amount of objects you are using.
#define UpdateTime          300     //update time in ms (milliseconds).
#define ObjectsToStream     400     //maximum number of objects that will be streamed for one player (maximum = 400 objects).
#define StreamRange         300.0
#define Pobreloko 123
#define trazerx1 124
#define conviteorg 125
#define proximoconf 126
#define helpercofre 127
#define andrewzika 128
Reply
#4

poste o cуdigo da criaзгo do arquivo.
Reply
#5

Em questгo de salvamentos e carregamentos de arquivos, isso nгo й possivel, oque vocк pode fazer й Criar uma pasta chamada players dentro da scriptfiles e salvar lб dentro o arquivo com cada player.
Reply
#6

O Que Vocк Acha De Prestar Atenзгo No Assunto ? Ja Existe A Pasta Players ,Meu Querido .

Desculpe, Codigo Criaзгo Do Arquivo ? Num Intindi '-'
Reply
#7

Quote:
Originally Posted by shadauer
Посмотреть сообщение
O Que Vocк Acha De Prestar Atenзгo No Assunto ? Ja Existe A Pasta Players ,Meu Querido .

Desculpe, Codigo Criaзгo Do Arquivo ? Num Intindi '-'
Calma cara, sу tentei ajudar. E outra eu pensei que vocк queria retirar da scriptfiles e criar uma pasta separada.

Entгo poste o cуdigo da criaзгo do arquivo, tipo:

pawn Код:
new Arquivo[ 100 ];
new Nome;
GetPlayerName(playerid, Nome, 24);
format(Arquivo, sizeof(Arquivo), "Players/%s.ini", Nome);
if(!DOF2_FileExists(Arquivo)) return DOF2_CreateFile(Arquivo);
Reply
#8

Desculpa amigo '-' eu achei esse у :

pawn Код:
GetPlayerName(playerid, sendername, sizeof(sendername));
            format(string, 64, "contas/%s.ini", sendername);
            new File: hFile = fopen(string, io_read);
            if (hFile)
            {
o
pawn Код:
Players/%s.ini
Nгo Encontrei
Reply
#9

Quote:
Originally Posted by shadauer
Посмотреть сообщение
Desculpa amigo '-' eu achei esse у :

pawn Код:
GetPlayerName(playerid, sendername, sizeof(sendername));
            format(string, 64, "contas/%s.ini", sendername);
            new File: hFile = fopen(string, io_read);
            if (hFile)
            {
o
pawn Код:
Players/%s.ini
Nгo Encontrei
O player sу foi um exemplo. Procure por:

pawn Код:
"contas/%s.ini"
Poste tudo que tiver relacionado a isso.
Reply
#10

Cйrto, Isso foi o + relativo q achei '-'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)