Phone commands.
#1

ok so i have a 911 call command but it doesn't work

Код:
if(strcmp("/call 911",cmdtext, true, 10) == 0)
	{
	  SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE);
	  SendClientMessage(playerid,COLOR_DBLUE,"[911 Dispatch]: You have call 911, we are sending help now.");
		SendPlayerMessageToPlayer(TEAM_SFPD,TEAM_CIV,"[911 Dispatch]: Someone has called for help, we set a checkpoint to their location.");
		return 1;
	}
Reply


Messages In This Thread
Phone commands. - by Steven82 - 04.04.2010, 19:30
Re: Phone commands. - by Last_Stand_Guardian - 04.04.2010, 19:34
Re: Phone commands. - by Steven82 - 04.04.2010, 19:36
Re: Phone commands. - by Last_Stand_Guardian - 04.04.2010, 19:43
Re: Phone commands. - by westre - 04.04.2010, 19:55
Re: Phone commands. - by Steven82 - 05.04.2010, 02:07

Forum Jump:


Users browsing this thread: 2 Guest(s)