[Ajuda] escolha de sexo
#6

PHP код:
new String[128], String_[128];
format(String_sizeof(String_), CONTASNome);
if(
response == 1)
{
    
SendClientMessage(playerid,AZUL,"Certo,vocк й um Homem");
    
format(Stringsizeof(String), "{FFFFFF}Nick: {0000FF}%s  {FF0019}Nгo Registrado\n\n\n{FFFFFF} Escolha sua cidade natal\n\n\n{00FF00}Acesse nosso forum:{FFFF00}------------------"Nome);
    
ShowPlayerDialog(playeridCIDADEDIALOG_STYLE_MSGBOX"{FF0019}[lol]{FFFFFF}Cidade{FF0019}[lol]"String"Los Santos""Las Venturas");
    
PlayerInfo[playerid][Logou]++;
       
PlayerInfo[playerid][Sexo] = 1;// valor setado em variavel
    
dini_IntSet(String_"Sexo"PlayerInfo[playerid][Sexo]); // salvando a variavel
}
else
{
    
SendClientMessage(playerid,ROSA,"Certo,vocк й uma Mulher");
    
format(Stringsizeof(String), "{FFFFFF}Nick: {0000FF}%s  {FF0019}Nгo Registrado\n\n\n{FFFFFF} Escolha sua cidade natal\n\n\n{00FF00}Acesse nosso forum:{FFFF00}b------------"Nome);
    
ShowPlayerDialog(playeridCIDADEDIALOG_STYLE_MSGBOX"{FF0019}[lol]{FFFFFF}Cidade{FF0019}[lol]"String"Los Santos""Las Venturas");
    
PlayerInfo[playerid][Logou]++;
    
PlayerInfo[playerid][Sexo] = 2;// valor setado em variavel
    
dini_IntSet(String_"Sexo"PlayerInfo[playerid][Sexo]);// salvando a variavel

Reply


Messages In This Thread
escolha de sexo - by matanza87 - 16.10.2012, 18:49
Re: escolha de sexo - by DrTHE - 16.10.2012, 23:19
Re: escolha de sexo - by matanza87 - 16.10.2012, 23:22
Re: escolha de sexo - by DrTHE - 16.10.2012, 23:27
Re: escolha de sexo - by matanza87 - 17.10.2012, 01:47
Re: escolha de sexo - by DrTHE - 17.10.2012, 21:33
Re: escolha de sexo - by matanza87 - 18.10.2012, 17:03
Re: escolha de sexo - by DrTHE - 18.10.2012, 21:42
Re: escolha de sexo - by matanza87 - 18.10.2012, 22:11
Re: escolha de sexo - by DrTHE - 19.10.2012, 21:30

Forum Jump:


Users browsing this thread: 1 Guest(s)