Code
public OnPlayerText(playerid, text[]){
new string[256];
format(string, sizeof(string), "(id:%d): %s", playerid, text);
SendPlayerMessageToAll(playerid, string);
return 0;}
Greatpawnoforym |
Привет, Гость! Войдите или зарегистрируйтесь.
Вы здесь » Greatpawnoforym » уроки pawno » Создание id,а рядом с ником игрока
Code
public OnPlayerText(playerid, text[]){
new string[256];
format(string, sizeof(string), "(id:%d): %s", playerid, text);
SendPlayerMessageToAll(playerid, string);
return 0;}
Вы здесь » Greatpawnoforym » уроки pawno » Создание id,а рядом с ником игрока