Jump to content
  • 0

Problema Misiuni


ColdBoy

Question

Salutare! Am si eu o mica problema la incarcarea misiunilor.Mai exact cand dau /loadmission imi zice "Mission File not forund." si am setat ca la anumite ore sa se activeze auntomat,iar cand vine ora cand ar trebui sa se incarce,la fel apare mesajul. Mi-ati putea spune cum pot rezolva?

 

if(strcmp(cmd, "/loadmission", true)==0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			if (PlayerInfo[playerid][pAdmin] >= 4)
			{
				tmp = strtok(cmdtext, idx);
				if(!strlen(tmp))
				{
					SendClientMessage(playerid, COLOR_GRAD1, "{FF6699}USAGE:{FFFFFF} /loadmission [missionname]");
					return 1;
				}
				LoadMission(playerid,tmp);
			}
			else
			{
				SendClientMessage(playerid, COLOR_GRAD1, "{CCCCCC} » Error: You are not ahutorized to use this command");
			}
		}
		return 1;
	}

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Daca ai pus acest sistem ca la fiecare payday sa se activeze o misiune, nu o sa mai poti tu sa le activezi cu /loadmission. Daca este pronit  din gamemode si vrei sa faci misiuni foloseste-te de comanda [/payday].

Respect acestei comunitati, dar mai presus respect membrilor ei !

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.