Creating CMD
#6

Код:
    if(strcmp(cmd, "/smeeting", true)==0){
 	    if(PlayerTemp[playerid][muted]==0){
	 		new tmp[256];
	 		tmp = strrest(cmdtext,idx);
	  		if(!strlen(tmp)){
		    	SendClientUsage(playerid, cmd, "[msg]");
		    	return 1;
			}
			if(IsPlayerInRangeOfPoint(playerid,1,1735.0819,-1654.1500,23.7317))
			if(IsKnockouted[playerid]== 1) return SendClientError(playerid,"You cant use this command when you're knockouted ");
			if(FindIP(tmp))
			{
   				KickReas("[SERVER]",playerid,"Atempting to advertise IP's!");
   				return 1;
			}
			else
			{

		 {
	     SendClientError(playerid,"You have been muted");
		 }
	return 1;
 	}
How can i create that msg will show at this pos
Код:
2608.7288,2797.4834,2.4281
Reply


Messages In This Thread
Creating CMD - by BlueGames - 17.09.2012, 11:01
Re: Creating CMD - by BlueGames - 18.09.2012, 07:42
Re: Creating CMD - by BlueGames - 18.09.2012, 07:56
Re: Creating CMD - by diesulke - 18.09.2012, 12:43
Re: Creating CMD - by xMCx - 18.09.2012, 12:50
Re: Creating CMD - by BlueGames - 18.09.2012, 12:53
Re: Creating CMD - by BlueGames - 18.09.2012, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)