[Ajuda] Mudar Local De Uma Pasta -
shadauer - 08.12.2011
Como faz para os players que criarem conta, as contas irem para pasta players em vez de scriptfiles ?
Re: [Duvida] Mudar Local De Uma Pasta -
ReDKiiL - 08.12.2011
Muda No Seu GameMode
Conserteza Vai Ter a #define Definindo o Diretorio.
Senao Vocк Procura No Seu GM E Muda
Re: [Duvida] Mudar Local De Uma Pasta -
shadauer - 08.12.2011
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
Re: [Duvida] Mudar Local De Uma Pasta -
Jason` - 08.12.2011
poste o cуdigo da criaзгo do arquivo.
Re: [Duvida] Mudar Local De Uma Pasta -
Lуs - 08.12.2011
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.
Re: [Duvida] Mudar Local De Uma Pasta -
shadauer - 08.12.2011
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 '-'
Re: [Duvida] Mudar Local De Uma Pasta -
Lуs - 08.12.2011
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);
Re: [Duvida] Mudar Local De Uma Pasta -
shadauer - 08.12.2011
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
Nгo Encontrei
Re: [Duvida] Mudar Local De Uma Pasta -
Lуs - 08.12.2011
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 Nгo Encontrei
|
O player sу foi um exemplo. Procure por:
Poste tudo que tiver relacionado a isso.
Re: [Duvida] Mudar Local De Uma Pasta -
shadauer - 08.12.2011
Cйrto, Isso foi o + relativo q achei '-'