Jump to content
  • 0

Ajutor eroare


GeOrGe.XD

Question

Problema intalnita (descriere):imi da o eroare si nush de la ce poate fii
Ero(area / rile) / warning-(ul / urile):error 029: invalid expression, assumed zero
Liniile de cod / sursa / script-ul(obligatoriu):

public OnPlayerEnterCheckpoint(playerid)
	{
	    if PlayerInfo[playerid][pLevel] == 1
	    {
	        ShowPlayerDialog(playerid, DIALOG_DMVTUT, DIALOG_STYLE_MSGBOX, "Tutorial 2", "Text", "OK", "");
	        return 1;
	    }
	    return 1;
	}

Imagini / Video (optional):-
Ati incercat sa rezolvati singur?: da
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Rlly? 

public OnPlayerEnterCheckpoint(playerid)
{
   if PlayerInfo[playerid][pLevel] == 1)
   {
	    ShowPlayerDialog(playerid, DIALOG_DMVTUT, DIALOG_STYLE_MSGBOX, "Tutorial 2", "Text", "OK", "");
	    return 1;
	}
	return 1;
}

 

j3V8Znq.png

5IGyOAw.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.