Why dialogue doesn't open?
#3

Here is how:
Код:
public OnGameModeInit()
{
LCS_CreateCheckpoint(206.9117,-6.9760,1001.2109,3); //  (32)
LCS_CreateCheckpoint(161.3910,-83.9214,1001.8047,3); //  (33)
LCS_CreateCheckpoint(206.8686,-7.3783,1001.2109,3); //  (34)
return 1;
}

public LCS_OnPlayerEnterCheckpoint(playerid,checkpointid)
{
if(checkpointid == 32 || checkpointid == 33 || checkpointid == 34) 
{
ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "text", "text", "ok", "no"); 
}
return 1;
}
It is necessary that these 3 markers opened this dialogue
So doesn't open how to make that opened?
Reply


Messages In This Thread
Why dialogue doesn't open? - by Roma555 - 14.01.2011, 14:53
Re: Why dialogue doesn't open? - by Jochemd - 14.01.2011, 14:53
Re: Why dialogue doesn't open? - by Roma555 - 14.01.2011, 17:01
Re: Why dialogue doesn't open? - by Vince - 14.01.2011, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)