16.09.2016, 22:09
Use strrest().
Код:
if(!strcmp(cmdtext, "/ame", true))
{
new string[128];
string = strrest(cmdtext, idx);
if(!strlen(string)) return SendClientMessae(playerid, -1, "USAGE: /ame [text]");
SetPlayerChatBubble(playerid, string, 0xFF0000FF, 100.00, 3000);
return 1;
}

