Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Alka
Forum: Trash 10-26-2014, 08:29
Replies: 0
Views: 954
Posted By Alka
Rotate point around vector? 3D

I have 2 points origins(P1 and P2) and a third point(P3) that is at distance N from P2. Now what i want to make is to rotate P3 around P2 at X angles. Made a lot of researches and searches but didn't...
Forum: Scripting 10-25-2014, 01:53
Replies: 2
Views: 1,694
Posted By Alka
Re: Rotate point around vector?

EDIT: Solution found, there was a mistake, where rotation[0][3] / [1][3] / [2][3] was initially 0 because vector supposed to start from (0,0,0). Replaced those with last column from rotation matrix
...
Forum: Scripting 10-24-2014, 18:45
Replies: 2
Views: 1,694
Posted By Alka
[SOLVED]Rotate point around vector?

I have 2 points origins(P1 and P2) and a third point(P3) that is at distance N from P2. Now what i want to make is to rotate P3 around P2 at N distance by M angles. Made a lot of researches and...
Forum: New Plugin Submissions 10-02-2012, 09:50
Replies: 40
Views: 38,378
Posted By Alka
Re: Block Advertising

You really misunderstood what i've said. By make fun i mean that maybe i want to write something like go to failville.com or failbook.com or whatever noobonground.org that doesn't represent any valid...
Forum: New Plugin Submissions 10-02-2012, 06:02
Replies: 40
Views: 38,378
Posted By Alka
Re: Block Advertising

I'm glad it works :-) . Just updated the plugin with ColorChat disabled by default and replaced some chat length verification.
Forum: New Plugin Submissions 10-02-2012, 05:50
Replies: 40
Views: 38,378
Posted By Alka
Re: Block Advertising

Ok. Lets start...

@fysiks - It is like a Regex subset but with more checks. I don't even bother to explain, you can check that yourself...you can make comparisons. If you bother to read about...
Forum: New Plugin Submissions 10-01-2012, 12:06
Replies: 40
Views: 38,378
Posted By Alka
Block Advertising

Block Advertising
[REQ] (https://forums.alliedmods.net/showthread.php?t=177414)

○Description

As title suggests this is a plugin for blocking most of the adverts typed in chat. First i want to...
Forum: Scripting Help 09-30-2012, 17:59
Replies: 4
Views: 1,461
Posted By Alka
Re: Help weapon´s sound

You can change only melee weapons, like knife sounds. Weapons fire sounds are client side
Forum: Scripting Help 09-28-2012, 10:07
Replies: 5
Views: 3,183
Posted By Alka
Re: Ultimate_who not working

Attach the plugin maybe? We don't read in stars...
Forum: Scripting Help 09-27-2012, 21:11
Replies: 8
Views: 1,584
Posted By Alka
Re: Getting certain IP adress

@fysiks - Yeah, forgot to tell about that. Remove task at disconnect :-) thanks for pointing that out
Forum: Scripting Help 09-27-2012, 12:11
Replies: 4
Views: 1,250
Posted By Alka
Re: Some help

file extension it's .html?
Forum: Scripting Help 09-27-2012, 11:15
Replies: 12
Views: 3,609
Posted By Alka
Forum: Scripting Help 09-27-2012, 10:41
Replies: 8
Views: 1,584
Posted By Alka
Re: Getting certain IP adress

Doing that will retrieve ip with port and he doesn't need that.
This will never work if

set_task(35.0, "anouncment", id) // forgot a "n" => announcment

...

public announcment(id)
also...
Forum: Suggestions / Requests 09-26-2012, 08:46
Replies: 6
Views: 2,031
Posted By Alka
Re: Limit A Command

Did you tried any of them to see if they work or not? Many people say that it doesn't work because they don't know how to use them. lol
Forum: Scripting Help 09-26-2012, 08:18
Replies: 12
Views: 3,483
Posted By Alka
Re: function regex_compile()

I will release my plugin when it's fully tested ( if you are interested in an anti advertising plugin ). Also if you want to try yourself meanwhile, check this pattern (took it from some other plugin...
Forum: Scripting Help 09-26-2012, 03:46
Replies: 12
Views: 3,483
Posted By Alka
Re: function regex_compile()

Well, i've made a plugin with loops instead of RegEx because i want more control on string and also i need to do more checks ( RegEx can return many false detects when it comes to advertising...
Forum: Scripting Help 09-24-2012, 16:29
Replies: 11
Views: 2,510
Posted By Alka
Re: Text above head

Well you can do it for the closest player, maybe?
Forum: Scripting Help 09-24-2012, 16:18
Replies: 7
Views: 1,789
Posted By Alka
Re: Read plugin version from another one

Here you go

new iIndex = find_plugin_byfile("first_plugin_name.amxx");

new szVersion[6];
get_plugin(iIndex, .version = szVersion, .len3 = charsmax(szVersion));
Forum: Off-Topic 09-22-2012, 04:08
Replies: 11
Views: 2,588
Posted By Alka
Re: who is the owner

That means that someone has 3 eggs or someone has only 1. lewl
Forum: Scripting Help 09-21-2012, 06:36
Replies: 14
Views: 2,959
Posted By Alka
Re: [HELP] SQLx

Thanks captain! But it's not my job to learn optimizations, if quote was about that...and btw you don't need to index the array when you use charsmax()
Forum: Suggestions / Requests 09-20-2012, 21:52
Replies: 21
Views: 6,504
Posted By Alka
Re: [REQ] Anti-advertiser [REQ]

Updated the post above (https://forums.alliedmods.net/showpost.php?p=1801907&postcount=16), plugin attached. If someone else can test it too please leave some feedback.

Plugin released ->...
Forum: Off-Topic 09-20-2012, 10:52
Replies: 36
Views: 5,553
Posted By Alka
Re: Account ban

Grammar nazi! :fox:
Forum: Scripting Help 09-20-2012, 09:42
Replies: 14
Views: 2,959
Posted By Alka
Re: [HELP] SQLx

Did you take a look at what Yami posted?

SQL_ReadResult(Query, 1, nick[id], 31);
i assume that nick[] it's a string and it's properly declared. Replace 31 with your string size...
Forum: Suggestions / Requests 09-19-2012, 16:58
Replies: 8
Views: 2,399
Posted By Alka
Re: Some one? Anti-decompiler!

Search the forums? Thank you.
Forum: Code Snippets/Tutorials 09-19-2012, 07:50
Replies: 118
Views: 79,925
Posted By Alka
Re: [Tut] MySql - Save/Load/Usefull Things (Xp Mod)

The only thing that i can think now, it's to register a native and call it every time when you want to insert/retrieve some data into/from a DB. If a connection it's already active, wait to finish...
Showing results 1 to 25 of 500

 
Forum Jump

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


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