[HELP]XtremeAdmin2 Admin Private Message!!! 0.3a
#5

AFF do not run it to and face forward OnPlayerPrivmsg (playerid, recieverid, text []), the error left over still not get the private pm.Alguem could get me a command to be able to read the Pm player in version 0.3a? Thanks

command to be changed 0.3 someone help me:
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[]) {
	if(!IsPlayerConnected(playerid)||!IsPlayerConnected(recieverid)) return 1;
	new string[256], ToName[24], Name[24]; GetPlayerName(playerid,Name,24);
	if(Config[ExposePMS]) {
	  GetPlayerName(recieverid,ToName,24);
	  format(string,256,"PM: %s [%d] -> %s [%d]: %s",Name,playerid,ToName,recieverid,text);
	  SendMessageToAdmins(string);
	}
  if(Config[WireWithPM] && Variables[playerid][Wired]) {
	  Variables[playerid][WiredWarnings]--;
	  if(Variables[playerid][WiredWarnings]) {
	    format(string,256,"You have been wired thus preventing you from talking and PMing. [Warnings: %d/%d]",Variables[playerid][WiredWarnings],Config[WiredWarnings]);
			SendClientMessage(playerid,white,string); return 0;
		}
		else {
 			format(string,256,"%s has been kicked from the server. [REASON: Wired]",Name);
		  SendClientMessageToAll(yellow,string); SetUserInt(playerid,"Wired",0);
		  Kick(playerid); return 0;
		}
	}
	return 1;
}
Image:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)