NPC spawn Problem
#7

Hm..maybe cause of this?
Код:
ocmd:story(playerid,params[])
{
	#pragma unused params
	switch(PlayerData[playerid][pLang])
	{
		case 0://german
		{
		    ClearChat(playerid);
 			SCM(playerid,-1," ***");
 			SCM(playerid,-1," ***. ");
 			SCM(playerid,-1," ***");
 			CreateDialogBox(playerid);
			UpdateDialogBox(playerid,"***");
			SCM(playerid,-1,"***");
			SCM(playerid,-1," *******");
			CreateQuestBox(playerid);
			UpdateQuestBox(playerid,"~y~***");
			SetPlayerCheckpoint(playerid,-765.2651,1627.2670,27.1172,4);
			MissionCP[playerid]=1;
			ConnectNPC("Mission1","DRIntro");
			PlayerPlaySound(playerid,1058,0,0,0);
		}
		case 1://english
		{
		    ClearChat(playerid);
		    SCM(playerid,-1," ***..");
		    SCM(playerid,-1,"***");
		    SCM(playerid,-1," ***.");
		    CreateDialogBox(playerid);
		    UpdateDialogBox(playerid,"~r~***u~n~~r\
		    What are you talkin' about?~n~~g~***");
		    SCM(playerid,-1," ** *** **");
		    SCM(playerid,-1," ** ***T **");
		  	CreateQuestBox(playerid);
			UpdateQuestBox(playerid,"~y~***);
			SetPlayerCheckpoint(playerid,-765.2651,1627.2670,27.1172,4);
			ConnectNPC("Mission1","DRIntro");
			MissionCP[playerid]=1;
		    PlayerPlaySound(playerid,1058,0,0,0);
		}
	}
	return 1;
}
Reply


Messages In This Thread
NPC spawn Problem - by yellow - 13.04.2014, 21:57
Re: NPC spawn Problem - by Pottus - 13.04.2014, 22:14
AW: NPC spawn Problem - by yellow - 13.04.2014, 22:17
Re: NPC spawn Problem - by Pottus - 13.04.2014, 22:19
AW: NPC spawn Problem - by yellow - 13.04.2014, 22:23
Re: NPC spawn Problem - by Pottus - 13.04.2014, 22:49
AW: NPC spawn Problem - by yellow - 13.04.2014, 22:53
AW: NPC spawn Problem - by yellow - 14.04.2014, 13:16

Forum Jump:


Users browsing this thread: 1 Guest(s)