13.04.2014, 22:53
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; }