Quote:
Originally Posted by ranme15
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;
}
|
Thanks ,What about /ado ?