23.04.2013, 20:12
Hi I have 2 CheckPoints in streamer:
1 problem. I see only one of these CP but when i go to the position of 2 CP the first CP Hides and the second CP shows.
2 problem:
And what is the problem in this code? So when I enter the CP "test" i see the gui with text "TEST!", but when I enter the CP "test1" i see the gui with the same text.
Please Help
Код:
test = CreateDynamicCP(1667.59998, 1011.40002,10.1, 6.0,0,0,-1,100.0); test1 = CreateDynamicCP(1655.59998, 1001.40002,10.1, 6.0,0,0,-1,100.0);
2 problem:
Код:
public OnPlayerEnterCheckpoint(playerid) { if(commission[playerid]== 1 && test1){ ShowPlayerDialog(playerid,DIALOG_ANIMACJE,DIALOG_STYLE_MSGBOX,"List", "HIIII !", "Ok", ""); } if(commission[playerid]== 1 && test){ ShowPlayerDialog(playerid,DIALOG_ANIMACJE,DIALOG_STYLE_MSGBOX,"List", "TEST!", "Ok", ""); } return 1; }
Please Help