Quote:
Originally Posted by Rajat_Pawar
https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
pawn Код:
CMD:me(playerid, params[]) { new string[30]; if(!sscanf(params, "s[30]", string)) { SetPlayerChatBubble(playerid, string, 0xFF0000FF, 100.0, 5000); } else return SendClientMessage(playerid, -1, "USAGE: /me (string)"); }
|
This is /me .. we search /ame !