How to fix these errors ? :(
#3

Код:
	//Hitman Commands//
	dcmd(hitlist,7,cmdtext);
	
		if(gTeam[playerid] == TEAM_HITMAN)
    {
		ShowPlayerDialog(playerid,DIALOG_COMMANDS,DIALOG_STYLE_MSGBOX,"{0000FF}HITMAN COMMANDS","{FFFFFF}/hitlist - Shows the list of hits.\nYou can also see a list of General Commands with /gcommands.","Ok","Cancel");
		format(string,sizeof(string),"4[ADMIN SPY] %s(%d) has typed /commands.",PlayerName(playerid),playerid);
		IRC_GroupSay(gGroupAdminID,IRC_ADMINCHANNEL,string);
		format(string,sizeof(string),"[ADMIN SPY] %s(%d) has typed /commands.",PlayerName(playerid),playerid);
		SendClientMessageToAllAdmins(string);
	}
	return 1;
}
Reply


Messages In This Thread
How to fix these errors ? :( - by killing - 23.06.2014, 08:33
Re: How to fix these errors ? :( - by RenovanZ - 23.06.2014, 08:40
Re: How to fix these errors ? :( - by killing - 23.06.2014, 08:41
Re: How to fix these errors ? :( - by RenovanZ - 23.06.2014, 08:53

Forum Jump:


Users browsing this thread: 1 Guest(s)