04.12.2016, 05:18
Код:
format(string, sizeof(string), "%s Foi kickado por %s, motivo:%s", Nome, playerid, Motivo);
Код:
new Nome2[MAX_PLAYER_NAME]; GetPlayerName(playerid, Nome2, sizeof(Nome2)); format(string, sizeof(string), "%s Foi kickado por %s, motivo:%s", Nome, Nome2, Motivo);

