11.01.2013, 17:43
Hello. I've got a problem with my dialog showing up OnPlayerSpawn.
I'm trying to make it so if the player hasn't done the test and the variable is 0 it will show the RP test, but it won't show at all!
The code is below:
Anyone know a solution?
I'm trying to make it so if the player hasn't done the test and the variable is 0 it will show the RP test, but it won't show at all!
The code is below:
pawn Код:
if(playerVariables[playerid][pTest] == 0)
{
ShowPlayerDialog(playerid,DIALOG_QUIZ,DIALOG_STYLE_LIST,"What does RP stands for?"," Real Pussy \n Role Play \n Real Money","Select","Leave Game"); // -------
}
![Smiley](images/smilies/smile.png)