Question

Хочу сделать команду что бы выполнять команду от лица другого игрока ( знаю как это звучит ).
Взял вот эту команду,но не знаю как сделать что бы выполнялось не OnPlayerText, так как я нечего не знаю в павно.

CMD:cmd(playerid, params[])
{
    //ваши проверки
    if(sscanf(params, "is[128]", params[0], params[1])) return SCM(playerid, COLOR_WHITE, "Введите: /cmd [id игрока] [текст]");
    OnPlayerText(params[0], params[1]);
    return true;
}
Код взял от сюда (кликабельно)
Был бы очень признателен если вы могли бы мне помочь.

Share this post


Link to post

1 answer to this question

  • 0

@DeHaker прочитайте внимательно ту же тему, с которой Вы взяли код, там с https://pawno-rus.ru/topic/3371-cmd-pisat-v-chat-ot-imeni-drugogo-igroka/?do=findComment&comment=14733 этого сообщения начинается обсуждение вашего вопроса. 

Share this post


Link to post
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • By def
      arizona.pwn(23374) : error 012: invalid function call, not a valid address
      arizona.pwn(23374) : error 001: expected token: ";", but found ")"
      arizona.pwn(23374) : error 029: invalid expression, assumed zero
      arizona.pwn(23374) : fatal error 107: too many error messages on one line
      жалуется на данную строчку:
       
      %s{cccccc}Для продолжения нажмите 'Далее'",PN(playerid),playerid,ItemsInfo[itemid][ItemName2],hours,cost*hours,Inventory[playerid][2][slot], AksColorName(Inventory[playerid][4][slot]), Inventory[playerid][5][slot] ? GetNameStripe(Inventory[playerid][5][slot]) : "");