Search

open.mp forum

RegisterLogin

Discussion

General
Chat
Tech
Life
Art
Programming
open.mp
Development Updates
Questions and Suggestions
SA-MP
General Discussions
Videos and Screenshots
Support
Pawn Scripting
Tutorials
Releases
Plugins
Libraries
Filterscripts
Gamemodes
Maps
Advertisements
Other languages
Spanish/Espa?ol
Programaci?n
Discusi?n GTA SA Multijugador
Mods
Offtopic
Juegos
Portuguese/Portugu?s
Russian/???????
Italian/Italiano
Dutch/Nederlands
German/Deutsch
Romanian/Rom?na
Ex-Yu
Polish/Polski
Og?lne
Serwery
Skryptowanie
Filmiki i zdjecia
Lithuanian/Lietuvi?kas
French/Fran?ais
Hungarian/Magyar
Hindi/Urdu
Turkish
Other
Internal
Team
Hidden
Archived

Library

 Collections Links Members Roles

The status of the INPC SDK keystroke

Good afternoon.

ID
d6ouivnilegovhg7ca80
author
dlcode's avatar

DLCode

@dlcode


View profile
Copy link
  Report member
started
Jan 7, 2026
replies
0
participating
No

scroll to top

powered by storyden

Login
Discussion
Support
The status of the INPC SDK keystroke
dlcode's avatar

DLCode

@dlcode


View profile
Copy link
  Report member
• 2mo
Support

The status of the INPC SDK keystroke

server

Good afternoon.
There was a problem when using the setKey function from the OpenMP SDK of the INPC component. The bot just stands in one place.
What could be the cause of this problem? Is it possible that the bot just froze? Or is it all about functionality and lack of physics?


INPC* npc_ = NPC_Component->create("Bot_Test");
npc_->spawn();
npc_->setSkin(74);
npc_->setPosition(Vector3(2.7658f, 1511.2421f, 12.7560f), false);

npc_ ->setKeys(-128, 0 , 0);




If you use the function

void setVelocity(Vector3 position, bool update = false) = 0;



If you use the function

P.S: I'm sorry for my English.

0 likes0 replies

    Please sign up or log in to reply