/ame and /ado with "strcmp()"
#3

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 ?
Reply


Messages In This Thread
/ame and /ado with "strcmp()" - by BadScripter - 16.09.2016, 19:36
Re: /ame and /ado with "strcmp()" - by ranme15 - 16.09.2016, 22:09
Re: /ame and /ado with "strcmp()" - by BadScripter - 24.09.2016, 13:58
Re: /ame and /ado with "strcmp()" - by Shinja - 24.09.2016, 14:49
Re: /ame and /ado with "strcmp()" - by BadScripter - 25.09.2016, 02:15

Forum Jump:


Users browsing this thread: 2 Guest(s)