24.01.2015, 13:23
Creo que asi
En TuVariable ponlo por la funcion que tengas
pawn Код:
new string[128];
new tuVariable[MAX_PLAYER_NAME];GetPlayerName(playerid, tuVariable, sizeof tuVariable);
format(string, sizeof string, "El jugador %s fue baneado por el anticheat. Rason: speedhack",tuVariable);
SendClientMessageToAll(0xFF0000FF, string);