26.05.2011, 16:30
The same way you already did it using the BanEx function!
pawn Код:
BanEx(GetPVarInt(playerid, "playerid"), inputtext);
// Apply the same logic to GetPlayerName
new name[24];
GetPlayerName(GetPVarInt(playerid, "playerid"), name);