Raised This Month: $32 Target: $400
 8% 

(Request)Use Cs 1.6 Bots in Condition Zero


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ark_Procession
Senior Member
Join Date: Jun 2020
Location: Argentina
Old 04-26-2022 , 21:55   (Request)Use Cs 1.6 Bots in Condition Zero
Reply With Quote #1

Hello!

Is there any way to use cs 1.6 hostages ( mistake in title) in condition zero without modifying any dll? since i am using reapi, regame and rehlds.

Condition zero hostages tends to escape from maps and interfere in classic maps like cs_militia.

Last edited by Ark_Procession; 04-26-2022 at 21:56.
Ark_Procession is offline
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 04-28-2022 , 00:38   Re: (Request)Use Cs 1.6 Bots in Condition Zero
Reply With Quote #2

Quote:
Originally Posted by FatalisDK View Post
Code:
#include <amxmodx> #include <engine> #define PLUGIN "Ignorant hostages" #define VERSION "0.1" #define AUTHOR "FatalisDK" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         new Ent     while((Ent = find_ent_by_class(Ent, "hostage_entity")) != 0)     {         entity_set_int(Ent, EV_INT_movetype, MOVETYPE_NONE)         entity_set_float(Ent, EV_FL_nextthink, 0.0)     } }
Try this?
__________________
My plugin:
Celena Luna is offline
Ark_Procession
Senior Member
Join Date: Jun 2020
Location: Argentina
Old 04-28-2022 , 09:09   Re: (Request)Use Cs 1.6 Bots in Condition Zero
Reply With Quote #3

Quote:
Originally Posted by Celena Luna View Post
Try this?

Hi ! thanks for the answer, unfortunately it does not work, Cz hostages are stubborn..

Last edited by Ark_Procession; 04-28-2022 at 09:09.
Ark_Procession is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 05-13-2022 , 11:53   Re: (Request)Use Cs 1.6 Bots in Condition Zero
Reply With Quote #4

Maybe this info might help?

https://forums.alliedmods.net/showpo...30&postcount=6
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode