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

Showing results 1 to 25 of 29
Search took 0.01 seconds.
Search: Posts Made By: usabrad86
Forum: Snippets and Tutorials 05-14-2013, 12:39
Replies: 358
Views: 550,891
Posted By usabrad86
Re: Convert STEAMID to Steam Community ID

i have converted your snippit to javascript, But it doesent work. can someone give me some advice?


function SteamToInt(steamid)
{
var authserver;
var authid;

authserver =...
Forum: Scripting Help 07-26-2009, 02:29
Replies: 5
Views: 2,526
Posted By usabrad86
Forum: Scripting Help 07-19-2009, 03:24
Replies: 5
Views: 2,526
Posted By usabrad86
Re: trying to make my own damage command

thankyou i fixed the thread with this info... i had some progress
Forum: Scripting Help 07-17-2009, 21:04
Replies: 5
Views: 2,526
Posted By usabrad86
trying to make my own damage command

ok so far this is what i got


#include <amxmodx>
#include <amxmisc>
#include <csx>

#define PLUGIN "Dmg Command"
#define VERSION "1.0"
#define AUTHOR "usabrad86"
Forum: Approved Plugins 07-09-2009, 19:11
Replies: 145
Views: 162,696
Posted By usabrad86
Re: [YAP] - Yet Another PUG

Hey everybody I just found out, Twilight_Suzuka is still supporting this mod!!!!!!!!!!!!!!!

all you have to do is ask(at least that's the impression i got)

I do not support this...
Forum: Approved Plugins 07-08-2009, 20:24
Replies: 145
Views: 162,696
Posted By usabrad86
Re: [YAP] - Yet Another PUG

hey i think this fixed it
please tell me if it does


yap_core.sma
around line 855

public display_scores(id,method[])
{
new curr_scores[MAX_TEAMS];
Forum: Approved Plugins 07-06-2009, 16:02
Replies: 145
Views: 162,696
Posted By usabrad86
Re: [YAP] - Yet Another PUG

ill try my best to fix
Forum: Approved Plugins 07-05-2009, 09:46
Replies: 145
Views: 162,696
Posted By usabrad86
Re: [YAP] - Yet Another PUG

"pug_maxplayers" would be the one to restrict teams
"pug_minplayers" just changes how man people need to ready up to start pug(voteing)
Forum: Approved Plugins 07-03-2009, 12:12
Replies: 117
Views: 58,779
Posted By usabrad86
Re: Php-> AmxX

Could not create 'users' table
when trying installing with install.php
Forum: Approved Plugins 07-02-2009, 07:00
Replies: 145
Views: 162,696
Posted By usabrad86
Re: [YAP] - Yet Another PUG

This adds slot when hltv connects

i got some help in the forum
test for 1 week *works well*

just change the "11" to how many slots you need(with hltv) and "10" to how many slots with out HLTV...
Forum: Suggestions / Requests 07-02-2009, 05:09
Replies: 4
Views: 1,856
Posted By usabrad86
Re: CS 1.6 Model Checker Inforce

thankyou but is there a way to do it with md5?

this way CS:CZ models and CS1.6 modez can be used at same time.... (maby)
Forum: Scripting Help 07-02-2009, 05:04
Replies: 3
Views: 1,255
Posted By usabrad86
Re: unique match id

well if you think HLTV allready puts time stamp in the demo

but i was also thinking about useing mysql to store and grab+1
and saving that to a cvar

you think this would work better?
Forum: Suggestions / Requests 06-29-2009, 21:47
Replies: 4
Views: 1,856
Posted By usabrad86
CS 1.6 Model Checker Inforce

There should be a plugin to check models on server/clients so people cant use custom player models or custom weapon models
Forum: Scripting Help 06-29-2009, 21:14
Replies: 3
Views: 1,255
Posted By usabrad86
unique match id

can someone give me a sample code to generate a unique matchid
for ex. if i type in server console amx_newmatchid i need cvar sv_matchuid to go +1 BUT i need it to be unique(lets say server...
Forum: Scripting Help 06-29-2009, 03:23
Replies: 7
Views: 1,243
Posted By usabrad86
Re: [Help] Client_print Problem

try this


client_print(0, print_chat,"%s",TEXT_SAY)
Forum: Scripting Help 06-29-2009, 03:19
Replies: 5
Views: 1,386
Posted By usabrad86
Re: Steam id poster

trying to make it print all when i type amx_steamids :(

#include <amxmodx>

new const header[] = "[ID]"

public plugin_init()
{
register_plugin("Connect Message", "0.1", "usabrad86");...
Forum: Off-Topic 06-28-2009, 23:39
Replies: 1
Views: 952
Posted By usabrad86
Ultimate[YAP] - Project

Please forgit this post....
Forum: Suggestions / Requests 06-28-2009, 22:07
Replies: 1
Views: 1,202
Posted By usabrad86
Re: Best Pug Mod?

i use YAP only because its a multi plugin PUG system "takes lesser time to load during gameplay"

EX - like when the last kill for the first-half.. it doesent giveout a Loading LAG of the Whole...
Forum: Scripting Help 06-26-2009, 05:39
Replies: 5
Views: 1,386
Posted By usabrad86
Steam id poster

i think im almost there, just can get the userid to print

the tested output is


Player() has Left the server.
has joined the server didnt even show

output I wanted is
Forum: Scripting Help 06-26-2009, 01:23
Replies: 6
Views: 1,464
Posted By usabrad86
Re: Server lot for hltv

THIS CODE DOES WORK
i just had a another plugin causeing it to go to 0/9

i commented out the "public client_disconnect" area
and it worked fine
Forum: Scripting Help 06-26-2009, 01:05
Replies: 6
Views: 1,464
Posted By usabrad86
Re: Server lot for hltv

this does the same thing as the other guys script

before HLTV enters = 0/10
when hltv enters = 1/11
when hltv left = 0/9

...
Forum: Scripting Help 06-26-2009, 00:30
Replies: 6
Views: 1,464
Posted By usabrad86
Re: Server lot for hltv

OK Tested it 1/2 way works


before HLTV enters = 0/10
when hltv enters = 1/11
when hltv left = 0/9
Forum: Scripting Help 06-25-2009, 23:12
Replies: 6
Views: 1,464
Posted By usabrad86
Server lot for hltv

ok I am seriously trying to learn how to code just need some help to get me to understand on how to do it

what i need is to grab sv_visiblemaxplayers value and +1 when a the HLTV enters and -1 for...
Forum: Unapproved/Old Plugins 06-25-2009, 22:44
Replies: 39
Views: 48,997
Posted By usabrad86
Re: Multi Sv_downloadurl v1.1

If anybody is looking to use different sv_downloadurl for different maps just the the mapconfig that amxx comes with

here is a url to the DOC
...
Forum: Suggestions / Requests 06-25-2009, 01:17
Replies: 3
Views: 1,055
Posted By usabrad86
I need 16bit color BLOCKER to stop 16bit

Hey guys does anybody have a source/sma that blocks 16bit color?
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 14:35.


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