Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnPlayerText(playerid, text[])
- {
- new name[24], txt[256];
- GetPlayerName(playerid, name, 24);
- format(txt, 256, "%s [%d]: %s", name, playerid, text);
- SendClientMessageToAll(GetPlayerColor(playerid), txt);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement