[Ajuda] GetString DOF2
#4

Quote:
Originally Posted by Biieell
Посмотреть сообщение
Nгo estava usando format, tentei colocar do modo que me indicou, e o erro persiste.
PHP код:
        new string[128];
        
format(string40ContasUsers(playerid), PlayerName(playerid));
        
PlayerDados[playerid][Sexo] = DOF2_GetString(string"Sexo");//erro nesta linha 
pawn Код:
error 006: must be assigned to an array
Troque o diretуrio, ao invйs de por:
PHP код:
ContasUsers(playerid); 
Coloque o diretуrio da pasta no qual estб tentando pegar o interior de algum arquivo.

Ex.:
PHP код:
new string[128];
format(string40SUAPASTA/%s.iniPlayerName(playerid)); // Se nгo tiver dentro de alguma pasta deixe apenas %s.ini
PlayerDados[playerid][Sexo] = DOF2_GetString(string"Sexo"); 
Reply


Messages In This Thread
GetString DOF2 - by Biieell - 01.10.2013, 04:29
Re: GetString DOF2 - by .ThePro - 01.10.2013, 04:50
Re: GetString DOF2 - by Biieell - 01.10.2013, 04:56
Re: GetString DOF2 - by .ThePro - 01.10.2013, 05:02
Re: GetString DOF2 - by zPain - 01.10.2013, 05:03
Re: GetString DOF2 - by Biieell - 01.10.2013, 05:05
Re: GetString DOF2 - by zPain - 01.10.2013, 05:07
Re: GetString DOF2 - by Biieell - 01.10.2013, 05:14
Re: GetString DOF2 - by zPain - 01.10.2013, 05:17
Re: GetString DOF2 - by Biieell - 01.10.2013, 05:18

Forum Jump:


Users browsing this thread: 1 Guest(s)