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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Kidev
Forum: Scripting 02-19-2019, 18:46
Replies: 1
Views: 1,389
Posted By Kidev
[DANGER ZONE] Modding weapon_tablet

Hi everyone :)

Does anyone have any clue on how to modify the tablet ? Like changing the zones ? Maybe there are some event that could be modified ? I don't even know how to start investigating,...
Forum: General 02-10-2019, 19:55
Replies: 5
Views: 2,494
Posted By Kidev
Re: [CS:GO] Modifying weapon_tablet

Perhaps but it must communicate with the server ? Like when a zone should light up, or when to use the high precision zones, or when buying, what to display on the menu... Maybe we can intercept...
Forum: General 02-10-2019, 14:51
Replies: 5
Views: 2,494
Posted By Kidev
Re: [CS:GO] Modifying weapon_tablet

Anyone having any news relating to this ? I really want to play with this tablet, any clue how to start investigating at least ?
Forum: Approved Plugins 01-19-2019, 00:07
Replies: 50
Views: 27,171
Posted By Kidev
Re: PopeLightning - added some fixes

Try this, here's the culprit ;)

remove_entity(sparks[posistion][i])

=>

if (is_valid_ent(sparks[posistion][i])) {
remove_entity(sparks[posistion][i])
}
Forum: Approved Plugins 12-27-2014, 08:04
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.3 - The most powerful chat manager

Works like a charm on HLDS Win8.1. Must be an issue with Linux, I'll try to figure out why. Main post edited.
Forum: Approved Plugins 12-21-2014, 13:55
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.3 - The most powerful chat manager

Well, that I am a procrastinator :(
Forum: Off-Topic 12-17-2014, 13:29
Replies: 732
Views: 158,346
Posted By Kidev
Re: Happy Birthday Thread

Well thanks ^^ I didn't expect that :)
Forum: Approved Plugins 12-17-2014, 13:26
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.3 - The most powerful chat manager

It has some features iChat haven't (mute, blacklist etc...) but globally iChat has more features, and is definitely more stable (no bugs, or very minor ones), not even comparable to Ultimate...
Forum: Approved Plugins 12-04-2014, 19:39
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.3 - The most powerful chat manager

I used to use _MAIN but I think I remember there was a problem. I'll check all of your codes tomorrow! Thanks for your help!
Forum: Approved Plugins 11-20-2014, 18:59
Replies: 56
Views: 41,219
Posted By Kidev
Forum: Approved Plugins 11-14-2014, 12:51
Replies: 56
Views: 41,219
Posted By Kidev
Re: I'll plant the bomb on... 2.2.0 - Let your team know where you'll plant

I think you updated the plugin without updating the ML file :)
Forum: Approved Plugins 11-07-2014, 14:31
Replies: 56
Views: 41,219
Posted By Kidev
Re: I'll plant the bomb on... 2.2.0 - Let your team know where you'll plant

I changed the names of the different sentences mostly (I added IPO_) ^^
Forum: Approved Plugins 11-07-2014, 13:55
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.0 - The most powerful chat manager

Ok thanks to GordonFreeman (RU) (https://forums.alliedmods.net/member.php?u=67023), ALL the issues related to clients saying shit are now CORRECTED. A player can type "say %s%s%s%s%s%s" if he wants;...
Forum: Approved Plugins 11-05-2014, 16:46
Replies: 56
Views: 41,219
Posted By Kidev
Re: I'll plant the bomb on... 2.2.0 - Let your team know where you'll plant

Removed some dust on this old plugin of mine: I added and changed some MLs, updated the post and corrected mistakes inside the code (errors and bad notation). The plugin is now in his final version !
Forum: New Plugin Submissions 11-03-2014, 07:00
Replies: 9
Views: 3,400
Posted By Kidev
Re: Conservation of Momentum fix 1.0.1 - Elevators fix

Ok it's good to know! But it wasn't needed here finally since the method I used was redundant. I changed it.
Forum: New Plugin Submissions 11-02-2014, 17:42
Replies: 9
Views: 3,400
Posted By Kidev
Re: Conservation of Momentum Fix

Here it is, updated.
Forum: New Plugin Submissions 11-02-2014, 14:38
Replies: 9
Views: 3,400
Posted By Kidev
Re: Conservation of Momentum Fix

Thank you all!

I'm modifying this right now.
Forum: New Plugin Submissions 11-02-2014, 10:48
Replies: 9
Views: 3,400
Posted By Kidev
Conservation of Momentum fix 1.0.1 - Elevators fix

Conservation of Momentum Fix - v1.0.1 by Kidev
A simple physic fix


Description:

Tired of getting fall damage because you jumped in an elevator? In real life, jumping in an elevator moving...
Forum: Approved Plugins 10-02-2014, 16:22
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.0 - The most powerful chat manager

With this, all players arn't kick, but it breaks the colors. Is it normal? Shall I use something different than "^x03" for the colors now?
Forum: Approved Plugins 09-28-2014, 20:16
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.0 - The most powerful chat manager

Here are some bug fixes. Untested.

File removed, iChat bugs are now fixed
Forum: Approved Plugins 02-19-2014, 06:44
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.0 - The most powerful chat manager

Please learn how to read.

I might add this in a future version of iChat.

You have to add files for each map with those plugins, I don't think iChat needs this.
Forum: Approved Plugins 12-08-2013, 07:10
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.0 - The most powerful chat manager

But it used to work.. Maybe the update changed the way this native works.
Forum: Approved Plugins 12-06-2013, 16:28
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.0 - The most powerful chat manager

I'm currently planning to partially rewrite iChat.
The issue you are currently experiencing must be due to this part of the code:
public iChatSendToHLSW( id, const szSaid[ ], iTeamMessage )
{...
Forum: Approved Plugins 11-08-2013, 17:55
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.0 - The most powerful chat manager

I thought I fixed it a while ago but I'll check anyway.

Well. You can't modify what is before the text or the number. You must not modify everything that starts with FORMAT_ or CHAT_.
Forum: Approved Plugins 11-06-2013, 18:00
Replies: 261
Views: 196,864
Posted By Kidev
Re: iChat 2.3.0 - The most powerful chat manager

Thanks for the bug report, i'll try to fix it.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 08:38.


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