[Duv]Dialog
#8

pawn Код:
if(dialogid == 555)
{
if(response)
Essas sгo as linhas de erro correto ?

Faзa o seguinte ...
Procure por :
pawn Код:
OnDialogResponse
Encontrou ?
Faзa o seguinte :
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{    
if(dialogid == 555)
{
if(response)
{
PlayerInfo[playerid][pSexo] = 1;
RegistrationStep[playerid] = 3;
SetPlayerPos(playerid, 330.6825,163.6688,1014.1875);
}
else
{
PlayerInfo[playerid][pSexo] = 2;
RegistrationStep[playerid] = 3;
PlayerInfo[playerid][pChar] = 56;
SetPlayerSkin(playerid, 56);
SetPlayerPos(playerid, 330.6825,163.6688,1014.1875);
}
}
return 1;
}
Quote:
Originally Posted by lexmem
Cara se vocк nгo sabe da porra que o cara ta pedindo ... NГO FALA MERDA PORRA !
Nгo vem aki tentar humilhar quem te Humilha acralho ¬¬
Reply


Messages In This Thread
[Duv]Dialog - by lawl_d2d - 03.11.2010, 20:34
Re: [Duv]Dialog - by [NWD]Jim._.Carrey - 03.11.2010, 21:05
Re: [Duv]Dialog - by [FeK]Knife - 03.11.2010, 21:11
Re: [Duv]Dialog - by lawl_d2d - 03.11.2010, 22:36
Re: [Duv]Dialog - by lexmem - 03.11.2010, 23:23
Re: [Duv]Dialog - by lawl_d2d - 03.11.2010, 23:30
Re: [Duv]Dialog - by TiagoPS - 04.11.2010, 11:06
Re: [Duv]Dialog - by [FeK]Knife - 04.11.2010, 15:27

Forum Jump:


Users browsing this thread: 1 Guest(s)