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

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
pawn Код:
dcmd_fakechat(playerid, params[])
{
    new id,text[128];
    if(sscanf(params, "us", id, text)) return SendClientMessage(playerid, RED, "[HELP]: /fakechat ID TEXT");
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid, RED, "player offline");
    SendPlayerMessageToAll(id,text);
    return 1;
}
This was from the topic that was linked here.

And that doesn't work?
nop

i only got "SERVER: Unknown Command"
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)