/me command
#3

Quote:
Originally Posted by TheToretto
Посмотреть сообщение
Код:
if(sscanf(text, "u", text)) return SendClientMessage(playerid, -1, "{a09d7b}SYNTAX: /me [action]");
You are unformatting using the wrong specifier.

Use this:
Код:
if(sscanf(text, "s[128]", text)) return SendClientMessage(playerid, -1, "{a09d7b}SYNTAX: /me [action]");
Oh thanks.
Reply


Messages In This Thread
/me command - by RetroEX - 01.02.2019, 16:38
Re: /me command - by TheToretto - 01.02.2019, 17:05
Re: /me command - by RetroEX - 02.02.2019, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)