Help me with the code please
#5

Quote:
Originally Posted by osman2571
Посмотреть сообщение
Код:
CMD:backup(playerid, params[])
{
	new string[128], Float:bkx, Float:bky, Float:bkz;
	if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
	if(!IsACop(playerid) && !IsFBI(playerid) && !IsNG(playerid) && !IsCTU(playerid)&& !IsMedic(playerid)&& !IsFireman(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You are not a LEO.");
	if(!PlayerInfo[playerid][pFacDuty]) return SendClientMessage(playerid, COLOR_GREY, "You are not on duty.");
	GetPlayerPos(playerid, bkx, bky, bkz);
	format(string, sizeof(string), "[Central Dispatch]: %s is requesting backup,his coordinates have been marked on the GPS.", RPN(playerid));
	SendCopMessage(COLOR_RADIO, string);
	foreach(Player, i)
	{
		if(IsACop(i))
		{
			SetPlayerMarkerForPlayer(i, playerid, COLOR_BACKUP);
		}
	}
	}
	return 1;
}
I have warning and error:
PHP код:
warning 209: function "cmd_backup" should return a value
error 010
invalid function or declaration 
Reply


Messages In This Thread
Help me with the code please - by V1Su4L - 07.12.2014, 12:09
Re: Help me with the code please - by CutX - 07.12.2014, 12:23
Re: Help me with the code please - by V1Su4L - 07.12.2014, 12:29
Re: Help me with the code please - by V1Su4L - 07.12.2014, 12:38
Re: Help me with the code please - by V1Su4L - 07.12.2014, 12:50
Re: Help me with the code please - by V1Su4L - 07.12.2014, 13:26
Re: Help me with the code please - by V1Su4L - 07.12.2014, 13:36

Forum Jump:


Users browsing this thread: