14.01.2011, 17:01
Here is how:
It is necessary that these 3 markers opened this dialogue
So doesn't open how to make that opened?
Код:
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;
}
So doesn't open how to make that opened?

