[Ajuda] GetString DOF2
#10

PHP код:
stock SalvarPlayer(playerid)
{
    if(
DOF2_FileExists(ContasUsers(playerid)))
    {
        new 
stext[10];
        if(
PlayerDados[playerid][Sexo] == 1)
            
stext "Masculino";
        else if(
PlayerDados[playerid][Sexo] == 2)
            
stext "Feminino";

        
DOF2_SetString(ContasUsers(playerid),"Sexo"stext);
        
DOF2_SaveFile();
    }

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)