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

Showing results 1 to 25 of 62
Search took 0.00 seconds.
Search: Posts Made By: jaxoR
Forum: General 10-13-2020, 17:06
Replies: 2
Views: 768
Posted By jaxoR
Re: Can I get scores of the match with the IP?

Thanks, I check that! I only have the IP, i don't have access to a panel or something like that. Suppose that some friend give you the IP of one server and you want know what is the score and players...
Forum: General 10-13-2020, 14:06
Replies: 2
Views: 768
Posted By jaxoR
Can I get scores of the match with the IP?

Hi, I want make something similar to hltv.org but with some servers that I don't have admin or access to put plugins.

I want know if exists something to get scores and info of the server only...
Forum: Scripting 04-20-2016, 22:20
Replies: 12
Views: 4,542
Posted By jaxoR
Re: Silent Jump in CS:GO

I can block that? Or is impossible?
Forum: Scripting 04-20-2016, 10:42
Replies: 12
Views: 4,542
Posted By jaxoR
Re: Silent Jump in CS:GO

Thanks, the sounds file is "land" if any other person need it. The only thing is that I can't block one sound, that is not printed in the server... Very strange
Forum: Scripting 04-19-2016, 16:01
Replies: 12
Views: 4,542
Posted By jaxoR
Re: Silent Jump in CS:GO

yep, works for jumps :D

The only thing is when you took the floor again (after the jump), you make a sound. Is possible remove this sound?
Forum: Scripting 04-19-2016, 15:19
Replies: 12
Views: 4,542
Posted By jaxoR
Silent Jump in CS:GO

Hi, I want know how to make that when a TT jump, this not make noise.

I try this, but don't work :l

public OnPluginStart()
{
HookEvent("player_jump", Event_Jump, EventHookMode_Pre);
}
...
Forum: Scripting 04-14-2016, 00:45
Replies: 5
Views: 840
Posted By jaxoR
Re: Problem with CountDown

Thank you both guys, now works :)
Forum: Scripting 04-13-2016, 19:56
Replies: 5
Views: 840
Posted By jaxoR
Re: Problem with CountDown

L 04/13/2016 - 18:51:47: [SM] Plugin encountered error 15: Array index is out of bounds
L 04/13/2016 - 18:51:47: [SM] Displaying call stack trace for plugin "Count.smx":
L 04/13/2016 - 18:51:47:...
Forum: Scripting 04-13-2016, 19:33
Replies: 5
Views: 840
Posted By jaxoR
Problem with CountDown

Hi, I can't make a countdown for CS:GO. I have the sounds, precache and the download table, but I can't listen the sounds.

What is wrong?

#include <emitsoundany>

int soundscount = 9;
...
Forum: Scripting 04-13-2016, 00:24
Replies: 1
Views: 421
Posted By jaxoR
Delete pls

Sorry, my wrong :P...
Forum: General 02-12-2016, 18:04
Replies: 2
Views: 431
Posted By jaxoR
Re: srcds.exe Don't open

:avast:

Problem solved.
Forum: General 02-12-2016, 15:34
Replies: 2
Views: 431
Posted By jaxoR
srcds.exe Don't open

Hi, I install SteamCMD and the server of CSGO. I create a shortcut of srcds.exe, and I add in target: "-game cstrike", but when I try to open it, nothing happen.

Someone know the solution?
Forum: Unapproved/Old Plugins 02-12-2016, 11:11
Replies: 5
Views: 4,780
Posted By jaxoR
Re: Party System 1.0

https://forums.alliedmods.net/showthread.php?t=177184

C+P and change author.
Forum: Unapproved Plugins 10-15-2015, 15:33
Replies: 835
Views: 291,294
Posted By jaxoR
Re: [CS:GO] Zombie Plague (Ammo,Buysystem Lvl's) (10.10.2015)

You make a Zombie Plague with 2k of lines, and you don't know this key?

http://4.bp.blogspot.com/_zcsnUjCkysg/S8HJZtHmDUI/AAAAAAAAHSI/agfQfB8xgZ0/s1600/2hey5hj.png
Forum: Scripting 10-07-2015, 10:31
Replies: 14
Views: 2,850
Posted By jaxoR
Re: [CS:GO] Detect when a player presses Q

#define IN_BULLRUSH is not letter q?
Forum: Scripting 10-07-2015, 00:58
Replies: 14
Views: 2,850
Posted By jaxoR
Re: [CS:GO] Detect when a player presses Q

GetClientButtons(client)

https://sm.alliedmods.net/new-api/entity_prop_stocks/GetClientButtons

The bitsums that the function can return:

// These defines are for client button presses. ...
Forum: Scripting 10-03-2015, 11:55
Replies: 6
Views: 1,293
Posted By jaxoR
Re: Problem with EmitAmbientSound

I search, but I don't found this include. I try a lot of solutions that many users post it, but anyone works.
Forum: Scripting 10-03-2015, 11:19
Replies: 6
Views: 1,293
Posted By jaxoR
Re: Problem with EmitAmbientSound

This works perfect :) Thank you!

P.D: Is for CS:GO
Forum: Scripting 10-03-2015, 10:41
Replies: 6
Views: 1,293
Posted By jaxoR
Problem with EmitAmbientSound

Hi, I try to play an AmbientSound in the position of a player. I can't get it work, someone can help me?

The code that I use:

public OnMapStart()
{
PrecacheSound("sound/zp/infect.mp3");...
Forum: Snippets and Tutorials 10-01-2015, 18:39
Replies: 4
Views: 2,067
Posted By jaxoR
Re: [Guide] Working with dates

http://www.mendozapost.com/files/image/24/24844/554f5dc94d356.gif
Forum: Plugin/Gameplay Ideas and Requests 10-01-2015, 16:45
Replies: 6
Views: 875
Posted By jaxoR
Re: Force Player Change Server

Try:

ClientCommand(client, "connect XXX.XXX.XXX:XXX");
Forum: Snippets and Tutorials 09-23-2015, 17:38
Replies: 4
Views: 2,067
Posted By jaxoR
[Guide] Working with dates

Hi, when I need use dates in sourcemod, I don't see any tutorial or guide for use it. So, I decided make a simple guide for working with dates.

It's very simple, do you need this function:
...
Forum: Plugin/Gameplay Ideas and Requests 09-22-2015, 10:23
Replies: 4
Views: 2,463
Posted By jaxoR
Re: [REQ/PAID] Hide the CSGO Hud using a command!

What HUD? Can you show me an img?
Forum: Plugin/Gameplay Ideas and Requests 09-17-2015, 16:20
Replies: 4
Views: 923
Posted By jaxoR
Re: [REQUEST] Admin commands logs

Give more details. You need a log per admin, or one per admin and day?
Forum: Plugins 09-16-2015, 01:19
Replies: 16
Views: 18,522
Posted By jaxoR
Re: [CS:GO] Team Balancer by rank

Works fine for me..
Showing results 1 to 25 of 62

 
Forum Jump

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


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