Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: NEUCOUNTRA
Forum: Suggestions / Requests 04-09-2022, 04:17
Replies: 1
Views: 411
Posted By NEUCOUNTRA
How to realize player bot check and trigger?

Yesterday I tried to crete bot check for my plugin, the goal - after check do function. If it is bot and he has low health and armor he will type: "/health" and "/armor". I can't trigger that...
Forum: Scripting Help 04-09-2022, 04:08
Replies: 8
Views: 670
Posted By NEUCOUNTRA
Re: is_user_bot check problem

How it might look, yesterday I tried to create a check, if player is bot and then I called function, but it didn't work. How I can realise a trigger?

Also I tried to use set_task on...
Forum: Scripting Help 04-08-2022, 08:23
Replies: 8
Views: 670
Posted By NEUCOUNTRA
Re: is_user_bot check problem

I have already checked or I don't understand something?



if(is_user_bot(id) && get_user_health(id) < maxhealth)
{
give_health(id);
client_print(id, print_chat, "Bot...
Forum: Scripting Help 04-08-2022, 07:39
Replies: 8
Views: 670
Posted By NEUCOUNTRA
is_user_bot check problem

I made plugin that gives possibility to heal and armor by executing a command. I wanted to import this function to bot, but don't get any respond and health/armor doesn't change. The goal - heal if...
Forum: Suggestions / Requests 04-08-2022, 06:08
Replies: 9
Views: 656
Posted By NEUCOUNTRA
Re: Plugin is not responding

I did it because there were some issues with my compiler, I mean versions didn't match. So that's why I decided to move to 1.8.3
Forum: Suggestions / Requests 04-08-2022, 02:39
Replies: 9
Views: 656
Posted By NEUCOUNTRA
Re: Plugin is not responding

I solved my problem:

1) Installed AMX Mod 1.8.3
2) Changed public public_init() to public plugin_init() I didn't see this small mistake. Thanks to repliers.
Forum: Suggestions / Requests 04-08-2022, 02:33
Replies: 9
Views: 656
Posted By NEUCOUNTRA
Re: Plugin is not responding

I solved problem with plugin running, I installed AMX 1.8.3. But it still not responding, plugin is running, but command is not working.
Forum: Suggestions / Requests 04-08-2022, 02:12
Replies: 9
Views: 656
Posted By NEUCOUNTRA
Re: Plugin is not responding

I need to admit, that I always used my compiler for other sma files and it worked.
Forum: Suggestions / Requests 04-08-2022, 01:59
Replies: 9
Views: 656
Posted By NEUCOUNTRA
Re: Plugin is not responding

I did through usuall compile.exe compiler from AMX in my addons/scripting folder, it didn't work. The same with this copiler. It gives me error in console:


[ 22] unknown unknown ...
Forum: Suggestions / Requests 04-07-2022, 14:10
Replies: 9
Views: 656
Posted By NEUCOUNTRA
Plugin is not responding

I created my first plugin for CS:ZERO, this is simple health addition for player, but it doesn't work. I made everything as was in tutorial. How can I solve this problem?
Modules are enabled and...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 09:41.


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