Недавнее содержимое от Vesca

  1. V

    Другое С/С++ Вопрос - Ответ

  2. V

    Другое С/С++ Вопрос - Ответ

    1. How to display text at relative given coords? 2. How to detect if CTRL key is pressed? This doesn't work. It works for non-modifiers key (isKeyPressed same): if (SF->getGame()->isKeyDown(0x11)) { AddChatMsg(d3d_white, "CTRL IS PRESSED"); }
  3. V

    Другое SAMPFUNCS | API C++

    1. How to display text at relative given coords? 2. How to detect if CTRL key is pressed? This doesn't work. It works for non-modifiers key (isKeyPressed same): if (SF->getGame()->isKeyDown(0x11)) { AddChatMsg(d3d_white, "CTRL IS PRESSED"); }
  4. V

    Другое SAMPFUNCS | API C++

    Can you please show me a sample? I'm newbie with SF.
  5. V

    Другое SAMPFUNCS | API C++

    How to get the time from the server? (not the local time from PC). I mean, how to get the current day.
  6. V

    Другое SAMPFUNCS | API C++

    Where do you take this variables from?
  7. V

    Другое SAMPFUNCS | API C++

    How to hook the outcomimg RPC_ServerCommamd?
  8. V

    Другое С/С++ Вопрос - Ответ

    How to hook the outcomimg RPC_ServerCommamd?
  9. V

    Другое С/С++ Вопрос - Ответ

    How to hook the outcomimg RPC_ServerCommamd?
  10. V

    Другое С/С++ Вопрос - Ответ

    How can I edit a text before sending it to server? If I type [/command someText] i want to edit it into: [/command Some text!]. I mean I want to parse and edit the text before sending it to server.
  11. V

    Другое С/С++ Вопрос - Ответ

    With SFPlugin C++: How to get the vehicle of the vehicle I enter in? How to send it through T> {enter}?
  12. V

    Другое SAMPFUNCS | API C++

    How to get the name of the vehicle I enter in? How to parse the text (and add things) before sending it via T > {enter}?
  13. V

    Другое SAMPFUNCS | API C++

    How to send a command in game from a std::string, like SF->sendCMD("/mycommand my params")?
  14. V

    Другое SAMPFUNCS | API C++

    How to get the ID of local player? I mean my ID.
  15. V

    Другое С/С++ Вопрос - Ответ

    How to check if player with ID x is connected \ ID x exists on the server?