PDA

View Full Version : Is this possible??


crazywelder1
10-04-2004, 01:32
OK i am wondering if u make a amx plugin where it
makes the bots use the hook mod for metamod

For example:
When they see an enemy or are been shot at they use hook mod as a retreat source or even maybe to get over an obstacle((LIKE BOXeS)

So my question is :::::: IS THIS POSSIBLE??????????

And if it is possible can i get some help on how to do it>> TY for UR time

-------------->>>CRAZYWELDER1<<<---------

FrostyCoolSlug
10-04-2004, 06:02
i dont _THINK_ (i could be wrong here) that amx plugins will be able to change the reaction of the bots, as these functions would be inside the bots source, The most you could do, is teleport the bots 'out of danger' which a lot of people would concider unfair.

Registering hits, and 'seeing' enemys can be controled by AMX, but 'retreat source' can not.

As i say, i'm not 100% sure on this, but i am a good 90% :p

Pierre-Marie Baty
10-04-2004, 16:11
FrostyCoolSlug is right... AMX is just a scripting language allowing you to hook onto certain events in the game, but basically you can't do very much with it. A bot's AI is not based on events, it's a continuous scan of the environment, a goal to follow and a task to do. No AMX plugin can change these or the way they work.

FrostyCoolSlug
10-04-2004, 17:32
thanks for confirming that :)