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

Showing results 1 to 25 of 62
Search took 0.01 seconds.
Search: Posts Made By: brhvitor6
Forum: General 03-19-2014, 09:30
Replies: 0
Views: 353
Posted By brhvitor6
Set player rank

There is a way to set a player rank (elo from matchmaking) in my own server?

thx
Forum: Scripting 11-05-2013, 07:51
Replies: 1
Views: 670
Posted By brhvitor6
Show Player HP when aim @ him

Hello guys, can you give me a quick hint?

i need to show the player HP when i aim @ him. i searched at the forum/google but coudn't find anything.

thx
Forum: Scripting 10-21-2013, 03:59
Replies: 2
Views: 1,288
Posted By brhvitor6
Help with Steam WEB API

Hello every one, i'm trying to retrive the steam id like this: STEAM_0:0:50119518 but steam's web api just retuns this: 76561197960287930 (64bit steam id). someone know how i can retun the "simple"...
Forum: Scripting 09-29-2013, 12:04
Replies: 5
Views: 1,403
Posted By brhvitor6
Re: Golden AK

this is a amx plugin, doesn't work on sourcemod
Forum: Scripting 09-22-2013, 12:53
Replies: 5
Views: 2,403
Posted By brhvitor6
Re: List all entity's prop. names

i'm trying to discover how the custons skins are set to a weapon (from the new csgo update)

i know they are all stored on CEconItemView and i found every "skin names" on items_game.txt...
Forum: Scripting 09-22-2013, 12:31
Replies: 5
Views: 2,403
Posted By brhvitor6
Re: List all entity's prop. names

I tried both but the log is very big. Thx anyway

@Bacardi (https://forums.alliedmods.net/member.php?u=67162)

Thx, but i need to dumb all the prop... the m_iName was just a example
Forum: Scripting 09-22-2013, 01:45
Replies: 5
Views: 2,403
Posted By brhvitor6
List all entity's prop. names

hey guys, i want to list every prop. name from a weapon, someone know how?

like dump in chat:

m_iName : Value
....
Forum: Scripting 09-18-2013, 00:03
Replies: 8
Views: 3,127
Posted By brhvitor6
Re: SDKHook For weapon shot

i didt make it :(

Can you guys show me a example plz?

Tanks
---

i tried this too:
https://forums.alliedmods.net/showthread.php?t=71427&page=2
Forum: Scripting 09-17-2013, 17:42
Replies: 8
Views: 3,127
Posted By brhvitor6
Re: SDKHook For weapon shot

i tryed this
public Action:OnPlayerRunCmd(client, &buttons, &impulse, Float:vel[3], Float:angles[3], &weapon)
{
buttons &= ~IN_ATTACK;
return Plugin_Continue;
}

And this

public...
Forum: Scripting 09-17-2013, 16:39
Replies: 8
Views: 3,127
Posted By brhvitor6
Re: SDKHook For weapon shot

there us a way to block the weapon and the player can't shot?
Forum: Scripting 09-17-2013, 15:09
Replies: 8
Views: 3,127
Posted By brhvitor6
SDKHook For weapon shot

I need to block the bullets, there is a sdkhook like "SDKHook_WeaponFire" ?

Thx
Forum: Scripting 09-12-2013, 15:14
Replies: 5
Views: 26,032
Posted By brhvitor6
Forum: Scripting 09-12-2013, 11:15
Replies: 5
Views: 26,032
Posted By brhvitor6
Re: Give weapon with skin

oh.. so, its not possible yet?

I saw a server (surf skill server) that you change only your knife. I think that's possible 'cause the new knifes are diferent weapons not skins, so you just spawn...
Forum: Scripting 09-11-2013, 23:43
Replies: 5
Views: 26,032
Posted By brhvitor6
Give weapon with skin

There is a way to give/spawn a weapon with skin in cs:go? (oficial skin from the new update)

i saw that it's not the skin but a new model with the skin, there's some kind of list of weapon models...
Forum: Scripting 06-24-2013, 14:17
Replies: 2
Views: 4,588
Posted By brhvitor6
Forum: Scripting 06-21-2013, 20:28
Replies: 2
Views: 4,588
Posted By brhvitor6
[CSGO] warm up Verificartion

There is a way to see if warm up is running?

like
if(warmUp)
{
//code
}

thx
Forum: Scripting 05-31-2013, 22:27
Replies: 1
Views: 567
Posted By brhvitor6
Get admin list

There is a way to list all the admins of server, even if they are off-line?

thx
Forum: Scripting 04-18-2013, 20:47
Replies: 2
Views: 5,238
Posted By brhvitor6
Forum: Scripting 04-14-2013, 20:32
Replies: 2
Views: 5,238
Posted By brhvitor6
Help Server hop csgo

I'm trying to make a csgo server hop.. but doesnt work.

I try to use this plugin:
https://forums.alliedmods.net/showthread.php?t=113807

someone know if its possible at csgo?

thx
Forum: Plugins 04-13-2013, 16:22
Replies: 19
Views: 41,641
Posted By brhvitor6
Forum: Scripting 04-11-2013, 17:17
Replies: 0
Views: 855
Posted By brhvitor6
Smoke color csgo

it's possible to change the smoke color in csgo? how?

Thx
Forum: Plugin/Gameplay Ideas and Requests 02-12-2013, 23:03
Replies: 3
Views: 1,665
Posted By brhvitor6
Re: CSGO Jail Mod

i didn't found any plugin with the skins for jail mod... can you help me to find one?
Forum: Scripting 02-12-2013, 20:52
Replies: 17
Views: 4,459
Posted By brhvitor6
Re: Count Alive Players

actually when i try to find the index 0 it returns a error saying that there is no index 0
Forum: Scripting 02-12-2013, 13:35
Replies: 17
Views: 4,459
Posted By brhvitor6
Re: Count Alive Players

my error:
I was used
for(new i=0; i<=MaxClients; i++)
insted of
for(new i=1; i<=MaxClients; i++)
Forum: Scripting 02-12-2013, 09:51
Replies: 17
Views: 4,459
Posted By brhvitor6
Re: Count Alive Players

thx, i tried something similar but doesnt work. Thx again guys
Showing results 1 to 25 of 62

 
Forum Jump

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


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