Dialog Question << reps ! >>
#3

pawn Код:
// Global:
new
    bool: First_Spawn[MAX_PLAYERS char];

// OnPlayerConnect:
First_Spawn{playerid} = true;

// OnPlayerSpawn:
if (First_Spawn{playerid})
{
    ShowPlayerDialog(playerid, Radio, DIALOG_STYLE_MSGBOX, "Would you torn off the radio.", "Yes", "No");
    First_Spawn{playerid} = false;
}
Reply


Messages In This Thread
Dialog Question << reps ! >> - by MahdiGames - 21.12.2013, 10:57
Re: Dialog Question << reps ! >> - by ScRipTeRi - 21.12.2013, 10:59
Re: Dialog Question << reps ! >> - by Konstantinos - 21.12.2013, 10:59
Re: Dialog Question << reps ! >> - by MahdiGames - 21.12.2013, 11:04

Forum Jump:


Users browsing this thread: 2 Guest(s)