Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 67
Search took 0.03 seconds.
Search: Posts Made By: XHeadHunterX
Forum: Scripting 12-24-2013, 00:54
Replies: 9
Views: 1,591
Posted By XHeadHunterX
Re: Get last player id

I tried this

new zOver
zOver = CreateFakeClient("Zombie")
CS_SwitchTeam(zOver, 2)
DispatchKeyValue(zOver,"classname","bot");
DispatchSpawn(zOver);

but it spawns an inactive entity (model is...
Forum: Scripting 12-24-2013, 00:21
Replies: 9
Views: 1,591
Posted By XHeadHunterX
Re: Get last player id

I would have done that but there are other bots in the team that I do not want to switch.
Forum: Scripting 12-23-2013, 23:48
Replies: 9
Views: 1,591
Posted By XHeadHunterX
Get last player id

Hi, I need help for a simple task that I can't figure out. I want to add a bot in the ct team and then switch that bot to the terrorist team. Here is my example :

ServerCommand("bot_add ct...
Forum: Scripting 12-23-2013, 22:23
Replies: 1
Views: 1,342
Posted By XHeadHunterX
CSGO Custom viewmodels

Hello! I was wondering if anyone managed to force custom viewmodels in csgo. This http://forums.alliedmods.net/showthread.php?t=181558 doesn't work sadly in csgo.

Thanks
Forum: Scripting 10-30-2013, 22:09
Replies: 3
Views: 1,465
Posted By XHeadHunterX
Re: [CS:GO] Hints

That or PrintHintText
Forum: Scripting 10-20-2013, 22:41
Replies: 6
Views: 4,912
Posted By XHeadHunterX
Re: Screen overlay in CS:GO?

Was that pointed at me? If so I don't get it.


Hmm, might worth a look, thanks!
Forum: Scripting 10-18-2013, 13:33
Replies: 11
Views: 5,039
Posted By XHeadHunterX
Re: How to detect if server is hibernating

Are you sure about that? My plugin was not reloaded when I did this. I have a variable that is set when the plugin loads and that variable changes when I disconnect. Then the server goes into...
Forum: Scripting 10-18-2013, 13:29
Replies: 6
Views: 4,912
Posted By XHeadHunterX
Forum: Scripting 10-17-2013, 22:32
Replies: 6
Views: 4,912
Posted By XHeadHunterX
Screen overlay in CS:GO?

I have a script to show an overlay in CS:GO but it doesn't work because it requires r_drawscreenoverlay to bet set to one but it has to be set clienside. Is there a way to bypass it or another way to...
Forum: Scripting 10-17-2013, 20:01
Replies: 9
Views: 11,164
Posted By XHeadHunterX
Re: Hide money(CSGO)

I have succesfully hid the money tag but for that you need to disable both mp_playercashawards and mp_teamcashawards. If you really need those settings just do a script that will mimic them. The only...
Forum: Scripting 10-17-2013, 16:26
Replies: 4
Views: 1,388
Posted By XHeadHunterX
Re: Bypass 32 players limit per team?

Wasn't the 50% max ratio per team hardcoded too?
Forum: Scripting 10-17-2013, 16:24
Replies: 11
Views: 5,039
Posted By XHeadHunterX
Re: How to detect if server is hibernating

The thing is, I believe the server does not immediatly go in hibernation when a player disconnect, so using OnClientDisconnect or Player_Disconnect will always return false. What I want to do is...
Forum: Scripting 10-17-2013, 00:34
Replies: 11
Views: 5,039
Posted By XHeadHunterX
How to detect if server is hibernating

Is there a way to detect if the server is hibernating? A variable or something?

Thanks
Forum: Scripting 10-16-2013, 20:53
Replies: 8
Views: 3,830
Posted By XHeadHunterX
Re: Change bot name

Yes that's what I used.



I saw that code but it is basically the same thing as I am doing with some more options to show the chat name etc. but the basics are the same code lines I used:...
Forum: Scripting 10-16-2013, 20:46
Replies: 5
Views: 1,442
Posted By XHeadHunterX
Re: While loop problem

Thanks for the tip but this is just a part of the script and I won't be able to know the starting number.
Forum: Scripting 10-16-2013, 17:00
Replies: 5
Views: 1,442
Posted By XHeadHunterX
Re: While loop problem

Thanks guys, yea I just figured it out, since I wasn't updating the zbots var it had infinite loop. If you think of a better way to do this please let me know! Oh, and I can't use bot_quota here...
Forum: Scripting 10-16-2013, 15:53
Replies: 5
Views: 1,442
Posted By XHeadHunterX
While loop problem

Hi, I'm trying to do a simple while loop but it doesn't work. I suspect it is because my variable is not a number but I'm not sure. Here is what I have :

new zbots;
for(new i = 1; i <=...
Forum: Plugins 10-16-2013, 15:10
Replies: 126
Views: 148,980
Posted By XHeadHunterX
Re: Automatic Bot Names

Any way to make this work on cs:go?
Forum: Scripting 10-16-2013, 14:58
Replies: 8
Views: 3,830
Posted By XHeadHunterX
Re: Change bot name

Still the same :(
Forum: Plugins 10-16-2013, 14:40
Replies: 20
Views: 24,693
Posted By XHeadHunterX
Re: [CS:S]Advanced Knife Customizer v2.0.2

Is it possible to make this work for CS:GO?
Forum: Snippets and Tutorials 10-16-2013, 14:03
Replies: 35
Views: 51,657
Posted By XHeadHunterX
Re: [SNIPPET][CSS]custom viewmodels without flickers and without disabling prediction

Does not work with CS:GO, it simply shows no animation.
Forum: Scripting 10-16-2013, 12:46
Replies: 4
Views: 1,388
Posted By XHeadHunterX
Re: Bypass 32 players limit per team?

Yes, it allows me to go over the map limit, which is great, but it blocks at 32. I can "cheat" by adding players in the other team and switch them over but I'd prefer a better method.
Forum: Scripting 10-16-2013, 00:04
Replies: 4
Views: 1,388
Posted By XHeadHunterX
Bypass 32 players limit per team?

Is there a way to bypass the 32 players limit per team in CS:GO? I do have more than 32 spawnpoints but it says the team is full at 32 players.

Thanks
Forum: Scripting 10-16-2013, 00:01
Replies: 8
Views: 3,830
Posted By XHeadHunterX
Re: Change bot name

Thanks for the reply. I tried that too but it acts weird, it says Testname changed name to HeadHunter, which should be the contrary.
Forum: Scripting 10-15-2013, 17:34
Replies: 8
Views: 3,830
Posted By XHeadHunterX
Change bot name

How can I change a bot name? I've searched the forum and I can't seem to make it work with a few code lines. Here is what I'm trying

public Action:OnPlayerTeam(Handle:event, const String:name[],...
Showing results 1 to 25 of 67

 
Forum Jump

All times are GMT -4. The time now is 10:41.


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