help to rep
#1

how to make when player banned send cielnt message you banned by Faour
Reply
#2

Use format + GetPlayerName + SendClientMessage

Example :
pawn Код:
new VBString[40],AdminName[MAX_PLAYER_NAME];
GetPlayerName(AdminID,AdminName,MAX_PLAYER_NAME); //Adapt AdminID
format(VBString,40,"You banned by %s",AdminName);
SendClientMessage(BannedID,-1,VBString); // Adapt BannedID
Reply
#3

See This.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)