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

Showing results 1 to 25 of 500
Search took 0.06 seconds.
Search: Posts Made By: v3x
Forum: Scripting Help 06-03-2013, 10:48
Replies: 32
Views: 5,322
Posted By v3x
Re: [REQ] Vipmenu Help

please be kind to each other, especially when given help. thank you.

locking this thread since the problem is solved and to prevent further arguing.
Forum: Scripting Help 06-01-2013, 20:46
Replies: 2
Views: 1,084
Posted By v3x
Re: Break line in menu

/**
* Adds a blank line to a menu.
*
* @param menu Menu resource identifier.
* @param slot 1 (default) if the line should shift the numbering down.
* 0 if the line should be a...
Forum: Code Snippets/Tutorials 05-30-2013, 21:12
Replies: 64
Views: 64,741
Posted By v3x
Re: [TOOL] AMXX Menu Generator v1.2

not at the moment, unless i'm forced otherwise :3
Forum: Code Snippets/Tutorials 05-30-2013, 12:20
Replies: 64
Views: 64,741
Posted By v3x
Re: [TOOL] AMXX Menu Generator v1.2

i already thought about that, but i forgot to add it. thank you for reminding me! :)
Forum: Code Snippets/Tutorials 05-30-2013, 10:49
Replies: 64
Views: 64,741
Posted By v3x
Re: [TOOL] AMXX Menu Generator v1.2

yes, i'm alive and very active!

and thank you. i appreciate the feedback :)
Forum: Suggestions / Requests 05-30-2013, 08:30
Replies: 4
Views: 1,806
Posted By v3x
Re: [req plugin]100 kill = map change[DM]

#include <amxmodx>

public plugin_init()
{
register_plugin("Kill 100 change map", "1.0", "Somebody");

register_event("DeathMsg", "deathmsg", "a", "1>0");
}

public deathmsg()
Forum: Code Snippets/Tutorials 05-30-2013, 07:36
Replies: 64
Views: 64,741
Posted By v3x
Re: [TOOL] AMXX Menu Generator v1.0.1.0

thanks, please do!

I updated it. you may want to check it out ;)
Forum: Code Snippets/Tutorials 05-30-2013, 01:15
Replies: 64
Views: 64,741
Posted By v3x
Re: [TOOL] AMXX Menu Generator v1.0.1.0

sorry, i've never used it before. when you select "no" on auto colors, it doesn't add the menu_setprop function for it, otherwise it does. maybe i should just remove the "if no colors" part.


...
Forum: Code Snippets/Tutorials 05-30-2013, 00:32
Replies: 64
Views: 64,741
Posted By v3x
Re: [TOOL] AMXX Menu Generator v1.0.1.0

thank you. I will fix it even though its not too big of a deal, considering they shouldn't be leaving it blank in the first place ;)

I will also add a scroll bar to the items box. I never thought...
Forum: Scripting Help 05-29-2013, 21:55
Replies: 17
Views: 3,722
Posted By v3x
Re: Menu command dosen't work..why ?

I updated my menu generator if you'd like to give it another shot. it's probably the easiest route for you to take.
Forum: Code Snippets/Tutorials 05-29-2013, 20:19
Replies: 64
Views: 64,741
Posted By v3x
Re: [TOOL] AMXX Menu Generator

thank you. i've fixed the bugs and will upload the new version shortly.

and what do you mean about the drop list?

edit: new version uploaded
Forum: Scripting Help 05-29-2013, 18:02
Replies: 17
Views: 3,722
Posted By v3x
Re: Menu command dosen't work..why ?

why don't you use the new menu system? (click my sig for tool)
Forum: Code Snippets/Tutorials 05-29-2013, 15:31
Replies: 64
Views: 64,741
Posted By v3x
Forum: Scripting Help 05-29-2013, 15:26
Replies: 12
Views: 2,560
Posted By v3x
Re: .nvault to webpage ?

or you can sync two storage types (nvault/mysql) from within the plugin.

edit: or just convert the plugin to sql storage.
Forum: Code Snippets/Tutorials 05-29-2013, 15:13
Replies: 64
Views: 64,741
Posted By v3x
Re: [TOOL] AMXX Menu Generator

thank you. I got the idea from Kia's menu generator. it utilizes every feature in the menu system.

if anyone has any suggestions/requests for it, i'm all ears.

edit: i added a banner for the...
Forum: Code Snippets/Tutorials 05-28-2013, 14:22
Replies: 64
Views: 64,741
Posted By v3x
[TOOL] AMXX Menu Generator v1.3

AMXX Menu Generator v1.3

AMXX Menu Generator is a program that allows both new and experienced programmers to generate a menu for their AMX Mod X plugin. This program allows customization of...
Forum: Trash 05-27-2013, 11:22
Replies: 14
Views: 21,277
Posted By v3x
Re: Auto-Connect plugin. [[CS 1.6]]

1. you cannot execute commands on a player without asking permission first. that is considered "slow hacking."
2. you must post the .sma.
3. this is going to the trash, sorry.
Forum: Scripting Help 05-27-2013, 08:34
Replies: 4
Views: 2,282
Posted By v3x
Re: get_msg_block

yup. as long as my pc doesn't break again. pm me if you want to continue this convo :P
Forum: Scripting Help 05-26-2013, 20:48
Replies: 4
Views: 2,282
Posted By v3x
Re: get_msg_block

You must assign a proper value to it.
// plugin_init
g_MsgShowMenu = get_user_msgid("ShowMenu");
Forum: Approved Plugins 05-26-2013, 20:23
Replies: 53
Views: 65,547
Posted By v3x
Forum: Off-Topic 05-22-2013, 22:39
Replies: 3
Views: 1,231
Posted By v3x
Re: Headphones

#1 tip: always read the reviews. if there aren't any, search Google. read as many as you can, then make your decision.
Forum: Suggestions / Requests 05-21-2013, 08:39
Replies: 17
Views: 4,249
Posted By v3x
Re: Help me create a plugin

from my understanding:

he wants a plugin, for surf_ski_2, that slays/slaps anyone trying to throw a grenade of any type at the ct/t base within the first 10 seconds of a round. he also wants a...
Forum: Approved Plugins 05-20-2013, 04:10
Replies: 29
Views: 84,975
Posted By v3x
Re: No fall damage (Eliminates damage from falling!!)

try this version. edit ACCESS_LEVEL if you'd like.
Forum: Unapproved/Old Plugins 05-19-2013, 14:02
Replies: 10
Views: 6,544
Posted By v3x
Re: Too Much Frags

stock is_user_overlimit(id)
{
if(get_pcvar_num(cvar_mode) == 0)
{
return PLUGIN_HANDLED
}
else if(get_pcvar_num(cvar_mode) == 1)
{
if(get_user_frags(id) - get_user_deaths(id) >=...
Forum: Off-Topic 03-17-2011, 23:55
Replies: 25
Views: 4,351
Posted By v3x
Re: So, uhm ....

now be nice, please. i don't need the drama. i already have enough on my plate especially just finding out today that my dad is terminally ill disease and doesn't have too much time left.

so ......
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 05:56.


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