[HELP]How to make fakechat and anims???
#12

Quote:
Originally Posted by Tessar
Посмотреть сообщение
If you know dcmd then i hope you know where this goes

Код:
dcmd(fakechat, 8, cmdtext);
This goes under the list of dcmd defines you have. I don't know what they're called

Код:
dcmd_fakechat(playerid, params[])
{
    new id,text[128];
    if(sscanf(params, "us", id, text)) return SendClientMessage(playerid, COLOR_RED, "Usage: /fakechat [ID] [TEXT]");
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid, COLOR_RED, "player offline");
    SendPlayerMessageToAll(id,text);
    return 1;
}
That should work
Ofc he would have this dcmd(fakechat, 8, cmdtext);

Other-wise he would have errors. And that is the same as mine, which I copied from another topic, which won't make a difference.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)