Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: Equiment
Forum: Plugin/Gameplay Ideas and Requests 01-30-2021, 00:03
Replies: 1
Views: 597
Posted By Equiment
Re: [csgo] define percentage to play sound

if(GetRandomInt(1, 10) == 1) {
// Play sound here
}
Forum: Plugin/Gameplay Ideas and Requests 06-06-2019, 15:20
Replies: 4
Views: 1,147
Posted By Equiment
Re: CSGO how to get all players in radius 5 meters and print them in chat

#include <sourcemod>

public OnPluginStart()
{
RegConsoleCmd("sm_radius", Cmd_Radius);
}

public Action:Cmd_Radius(client, args)
{
new Float:client_pos[3];
Forum: Plugin/Gameplay Ideas and Requests 08-13-2018, 12:22
Replies: 3
Views: 1,089
Posted By Equiment
Re: [PAID] Seeking SourceMod Developer

Hi, mate.
Added you to steam :]
Forum: Plugin/Gameplay Ideas and Requests 08-04-2018, 05:50
Replies: 2
Views: 866
Posted By Equiment
Re: PAID Request - BAZOOKA

I added you (same nickname).
Forum: Plugin/Gameplay Ideas and Requests 07-29-2018, 07:38
Replies: 7
Views: 2,468
Posted By Equiment
Re: [REQ] Register and login system (mysql)

Hi, can make it, write me in steam (https://steamcommunity.com/id/sirequiment) or telegram: @Equiment
Forum: Plugin/Gameplay Ideas and Requests 07-29-2018, 07:38
Replies: 2
Views: 770
Posted By Equiment
Re: last remaining 1v1 menu

Hi, can make it, write me in steam (https://steamcommunity.com/id/sirequiment) or telegram: @Equiment
Forum: Plugin/Gameplay Ideas and Requests 05-18-2018, 12:56
Replies: 11
Views: 2,430
Posted By Equiment
Re: [REQ] USP Ninja Team swap (CS GO)

btw: if u want to request paid plugin - write in pm
Forum: Plugin/Gameplay Ideas and Requests 12-11-2014, 18:41
Replies: 9
Views: 1,513
Posted By Equiment
Re: Plugin request!

Wrong, in onpluginstart only regadmincmd. Test my code
Forum: Plugin/Gameplay Ideas and Requests 12-11-2014, 06:53
Replies: 9
Views: 1,513
Posted By Equiment
Re: Plugin request!

Public onpluginstart() regadmincmd("sm_resizemebig", fireside, admflag_custom1);

Public action:fireside(client,args) servercommand("sm_resize #%d 2.0", client);

Wrote via mobile
Forum: Scripting 12-04-2014, 06:59
Replies: 6
Views: 1,224
Posted By Equiment
Re: Searching for Command

Amxx plugins ? It's not sourcemod
Forum: Scripting 12-03-2014, 12:34
Replies: 6
Views: 1,224
Posted By Equiment
Re: Searching for Command

public OnPluginStart()
{
CreateTimer(10.0, Timer_Off, _);
}

Where 10.0 - your value of time.

public Action:Timer_Off(Handle:timer)
{
ServerCommand("sm plugins unload MyPlugin");
Forum: Plugins 12-02-2014, 11:40
Replies: 6
Views: 5,039
Posted By Equiment
Re: [Spells] Avada Kedavra

Cvar done, released 1.0.1 :)
Forum: Plugins 12-01-2014, 16:47
Replies: 6
Views: 5,039
Posted By Equiment
[Spells] Avada Kedavra

Hi to everyone.

Description:
Avada Kedavra spell that can kill one enemy per round. To choose the target u must focus it and make hit with knife (distance does not matter).

1. Sound
2. Green...
Forum: Plugin/Gameplay Ideas and Requests 11-20-2014, 08:50
Replies: 4
Views: 1,451
Posted By Equiment
Re: Retakes mod / development & payment

Can u give us full description?
Forum: Scripting 11-12-2014, 09:38
Replies: 3
Views: 1,090
Posted By Equiment
Dota 2 problem

new resource = GetPlayerResourceEntity();
new level = GetEntProp(resource, Prop_Send, "m_iLevel", _, player);
PrintToChatAll("level %N : %d", player, level);


Have this error in logfile:
...
Forum: Scripting 11-11-2014, 17:16
Replies: 2
Views: 968
Posted By Equiment
Re: Tell me about this Dota 2 Event

psychonic, thanks for information, i will be so happy if u find ur list :)
Forum: Scripting 11-11-2014, 17:00
Replies: 2
Views: 968
Posted By Equiment
Tell me about this Dota 2 Event

Hi everyone.

Can you tell me about this Dota 2 Event?

"dota_unit_event"
{
"victim" "short"
"attacker" "short"
"basepriority" "short"
"priority" "short"
Forum: Scripting 10-31-2014, 14:25
Replies: 20
Views: 4,449
Posted By Equiment
Re: Problem in Dota 2 scripting

Right, done, thanks to all of you :)
Forum: Scripting 10-31-2014, 11:28
Replies: 20
Views: 4,449
Posted By Equiment
Re: Problem in Dota 2 scripting

Powerlord, do this, now its nothing printed.
Forum: Scripting 10-31-2014, 11:21
Replies: 20
Views: 4,449
Posted By Equiment
Re: Problem in Dota 2 scripting

92 - my id (id of my hero)
Forum: Scripting 10-31-2014, 10:51
Replies: 20
Views: 4,449
Posted By Equiment
Re: Problem in Dota 2 scripting

[SM] Native "GetClientUserId" reported: Client index 92 is invalid
Forum: Scripting 10-31-2014, 09:33
Replies: 20
Views: 4,449
Posted By Equiment
Re: Problem in Dota 2 scripting

GetClientOfUserId return 0 in this func :(
Forum: Scripting 10-31-2014, 07:52
Replies: 20
Views: 4,449
Posted By Equiment
Re: Problem in Dota 2 scripting

Psychonic, k, how can I pick player from entindex.killed?
Forum: Scripting 10-31-2014, 03:08
Replies: 20
Views: 4,449
Posted By Equiment
Re: Problem in Dota 2 scripting

Psychonic, it return 0 userid
Forum: Scripting 10-30-2014, 18:36
Replies: 20
Views: 4,449
Posted By Equiment
Re: Problem in Dota 2 scripting

psychonic, don't work ;(
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT -4. The time now is 00:44.


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