Y_INI question
#10

Quote:
Originally Posted by CrazyManiac
Посмотреть сообщение
Код:
public OnPlayerSpawn(playerid)
{
	if PlayerInfo[playerid][pRPTEST] == 0)
	(
		SendClientMessage(playerid,0xFFFFFFFF,"[Note]: You didn't finish the Roleplay Test yet!");
		ShowPlayerDialog(playerid, DIALOG_TEST1, DIALOG_STYLE_LIST, "Where does 'MG' stand for?", "Mixing Game\nMeta Game\nMood Gaming", "OK");
		SetPlayerColor(playerid,0x5E5E5EFF);
	)
	else
	(
	    SendClientMessage(playerid,0xFFFFFFFF,"[Note]: Welcome back to Los Santos Prison Roleplay!");
	    SetPlayerColor(playerid,0xBABABAFF);
	    SetWeather(1);
	)
	return 1;
}
Why doesnt this works?
What isn't working? Errors? Just not working in game or what?
Reply


Messages In This Thread
Y_INI question - by CrazyManiac - 01.11.2012, 15:22
Re: Y_INI question - by Stereotype - 01.11.2012, 15:34
Re: Y_INI question - by 2KY - 01.11.2012, 15:40
Re: Y_INI question - by CrazyManiac - 01.11.2012, 16:40
Re: Y_INI question - by CrazyManiac - 02.11.2012, 14:50
Re: Y_INI question - by CrazyManiac - 03.11.2012, 16:56
Re: Y_INI question - by Drake_Lopez - 03.11.2012, 17:06
Re: Y_INI question - by Steven82 - 03.11.2012, 17:20
Re: Y_INI question - by CrazyManiac - 03.11.2012, 17:20
Re: Y_INI question - by Steven82 - 03.11.2012, 17:22

Forum Jump:


Users browsing this thread: 2 Guest(s)