Raised This Month: $ Target: $400
 0% 

Showing results 1 to 17 of 17
Search took 0.00 seconds.
Search: Posts Made By: GwynBleidD
Forum: Module Coding 04-10-2014, 04:19
Replies: 257
Views: 114,744
Posted By GwynBleidD
Re: HTTP Resources Manager

Is there any available API for AMXX? For example i would like to create plugin that will automatically give sounds for download through this module when it's available on server, but will fallback to...
Forum: New Plugin Submissions 04-04-2013, 11:29
Replies: 268
Views: 128,043
Posted By GwynBleidD
Re: Deagles' Map Manager v3.25Beta

I think I've done it:
show_vote_menu(bool:bFirstTime) {

new menu[512], menuVoted[512], a, mkeys = (1 << maps_to_select + 1);
new steptime = get_pcvar_num(pExtendmapStep);

new pos, pos2;
...
Forum: Scripting Help 05-15-2012, 19:41
Replies: 3
Views: 1,330
Posted By GwynBleidD
Re: Multiple weapon pickup fix

Is there any alternative for this plugin?
Forum: Code Snippets/Tutorials 04-04-2012, 13:50
Replies: 342
Views: 176,766
Posted By GwynBleidD
Re: Notepad++ AlliedModders Edition

When will be new version, based on Notepad++ 6.0?
Forum: Code Snippets/Tutorials 02-28-2012, 18:10
Replies: 342
Views: 176,766
Posted By GwynBleidD
Re: Notepad++ AlliedModders Edition

Great, but have some bugs noticed:
uinstalled npp and installed this and for me ctrl+F6 and F6 didn't work because they were defined for other plugin (sth about history? don't remember). And also in...
Forum: Suggestions / Requests 01-07-2011, 07:59
Replies: 4
Views: 1,107
Posted By GwynBleidD
Re: Looking for KZ Walkhrough

Is there that kind of plugin?
Forum: Suggestions / Requests 01-05-2011, 06:52
Replies: 4
Views: 1,107
Posted By GwynBleidD
Re: Looking for KZ Walkhrough

Yes, a line on the air that shows me where to go.
Forum: Suggestions / Requests 01-04-2011, 19:30
Replies: 4
Views: 1,107
Posted By GwynBleidD
Looking for KZ Walkhrough

Hi!

I'm looking for plugin that will show road on the KZ maps (displaying the line on the air). Have someone made this kind of plugin?

Thanks in advance :)
Forum: Scripting Help 02-27-2009, 09:27
Replies: 7
Views: 7,597
Posted By GwynBleidD
Re: Problem with compilator

Ok thanks a lot, its finally compiled. I would give you karma but i cant :wink:
Forum: Scripting Help 02-26-2009, 16:58
Replies: 7
Views: 7,597
Posted By GwynBleidD
Re: Problem with compilator

I decided to attach the source, cuz noone helps me :/
Forum: Scripting Help 02-12-2009, 11:23
Replies: 7
Views: 7,597
Posted By GwynBleidD
Re: Problem with compilator

I prefer to not attach it here, i can send you it by e-mail.
Forum: Scripting Help 02-11-2009, 13:47
Replies: 7
Views: 7,597
Posted By GwynBleidD
Problem with compilator

I don't know is that correct sub-forum.

I tried to compile remake of the amxbans (i added unban by bid, kick reasons etc.). In first try the compiler reports me Errors from part of code that i...
Forum: Scripting Help 02-10-2009, 16:55
Replies: 24
Views: 6,377
Posted By GwynBleidD
Re: How To check if string is the IP adress?

In my function if you call isValidIP(111.111.111.111:9999, true) it will return true, but if you call isValidIP(111.111.111.111:9999, false) it will return false.

In your function it alwys will be...
Forum: Scripting Help 02-10-2009, 15:30
Replies: 24
Views: 6,377
Posted By GwynBleidD
Re: How To check if string is the IP adress?

But i don't want to use too much includes, i think my solution is the best if we don't want use regex.

and the port is from 0 to 65535 not from 0 to 255
Forum: Scripting Help 02-10-2009, 15:09
Replies: 24
Views: 6,377
Posted By GwynBleidD
Re: How To check if string is the IP adress?

Thanks a lot, i made this based on yours sollutions:
bool:isValidIP (IP[], bool:withPort) {
new bool:isValidIP_=true, sLeft[25], sRight[25], count=0;
sRight=IP;
while (contain(sRight,...
Forum: Scripting Help 02-10-2009, 14:53
Replies: 3
Views: 1,175
Posted By GwynBleidD
Re: bomba

public play_sound(id,sound[])
{
if( id != 0 && !is_user_connected(id) ) return PLUGIN_HANDLED

if( containi(sound,".wav") > 0) client_cmd(id,"spk %s",sound)
else if(...
Forum: Scripting Help 02-10-2009, 10:50
Replies: 24
Views: 6,377
Posted By GwynBleidD
How To check if string is the IP adress?

I have problem how to check that entered string is the IP adress, anyone have solutions?
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT -4. The time now is 23:49.


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