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

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: pr0mers
Forum: Plugins 04-19-2023, 03:33
Replies: 8
Views: 3,760
Posted By pr0mers
Re: [CSGO]Give Store Credit To Person Who Joins Discord / You don't need host dc bot

Ah, because heroku isnt free since some time. Thats why i cant host the bot anymore
Forum: Plugins 10-25-2021, 11:48
Replies: 5
Views: 2,737
Posted By pr0mers
Re: [CSGO]Cowboy 1v1 Duel

Added Eyal282's version and fixed the compiling error
Forum: Scripting 08-17-2021, 05:43
Replies: 4
Views: 977
Posted By pr0mers
Re: Reading and displaying information from a file

as FAQU said something like this should be better
char rules[100][258];
public void OnMapStart()
{
char g_sFilePath[PLATFORM_MAX_PATH];
BuildPath(Path_SM, g_sFilePath, sizeof(g_sFilePath),...
Forum: Scripting 08-16-2021, 16:23
Replies: 4
Views: 977
Posted By pr0mers
Re: Reading and displaying information from a file

new String:g_sFilePath[PLATFORM_MAX_PATH];
BuildPath(Path_SM, g_sFilePath, sizeof(g_sFilePath), "configs/rules.txt"); // this is the csgo/addons/sourcemod/configs/rules.txt
new Handle:fileHandle =...
Forum: Plugins 08-16-2021, 08:50
Replies: 4
Views: 2,717
Posted By pr0mers
Re: [CSGO]XOX game in csgo

Thanks. I edited the title :D , should i do the !tictactoe version too?
Forum: Scripting 08-15-2021, 08:51
Replies: 7
Views: 1,620
Posted By pr0mers
Re: [HELP]Trying to do custom kill feed icons

yeah... my bad the issue was from .svg but i don't know why my svgs doesn't work it has to do something with png to svg convertion sites. Thanks anyways

and it workes fine when i do...
Forum: Scripting 08-11-2021, 13:16
Replies: 7
Views: 1,620
Posted By pr0mers
Re: [HELP]Trying to do custom kill feed icons

i did AddFileToDownloadsTable("materials/panorama/images/icons/equipment/file.svg");
PrecacheGeneric("file.svg", true); onmapstart it didn't work i tried ...
Forum: Scripting 08-11-2021, 04:56
Replies: 7
Views: 1,620
Posted By pr0mers
Re: [HELP]Trying to do custom kill feed icons

sorry i accidentally opened the wrong file which was eventhookmodepostnocopy so it didn't work. Now this works if i type "weapon","deagle" but it doesn't work when i enter my custom file name (it...
Forum: Scripting 08-10-2021, 16:48
Replies: 7
Views: 1,620
Posted By pr0mers
Re: [HELP]Trying to do custom kill feed icons

that didn't work too as i said i tried stock Action FakeDeathEvent(Event oldEvent, char[] weapon)
{
oldEvent.BroadcastDisabled = true;

Event event_fake = CreateEvent("player_death",...
Forum: Scripting 08-10-2021, 08:09
Replies: 7
Views: 1,620
Posted By pr0mers
Trying to do custom kill feed icons

What i tried is :public void OnPluginStart()
{
HookEvent("player_death", playerdied, EventHookMode_Pre);
}
public void OnMapStart()
{...
Forum: Plugins 08-07-2021, 18:03
Replies: 0
Views: 1,792
Posted By pr0mers
[CSGO]Admin Disguiser / Admin Hider

This Plugin Hides Admin's Tag and chat color as if they are non-admin player.

Commands:
!disguiseme <1|0> 1 = on 0 = of
!disguisedebug (ADMFLAG_ROOT)Shows everyone if they are disguised
!admins...
Forum: Plugins 08-06-2021, 07:04
Replies: 4
Views: 2,717
Posted By pr0mers
[CSGO]XOX game in csgo(Tic-Tac-Toe)

This plugin allows you to play xox (Tic-Tac-Toe) game in csgo. Prints the winner to chat and who he has played against

Commands:
!xox <playername> will send a request if playername accepts you...
Forum: Plugins 08-06-2021, 05:08
Replies: 5
Views: 2,737
Posted By pr0mers
[CSGO]Cowboy 1v1 Duel

This plugin makes cowboy duel if its 1v1 and server has more than 8 players

When the players are in a 1v1 situation the plugin asks them if they want to play cowboy duel
in cowboy duel they can...
Forum: Plugins 07-31-2021, 13:52
Replies: 8
Views: 3,760
Posted By pr0mers
Re: [CSGO]Give Store Credit To Person Who Joins Discord / You don't need host dc bot

Yes. It writes steamids in a txt file to prevent people using more than one time. You can check who used this plugin in /sourcemod/logs/DiscordCreditSteamID/peopletookcredit.txt
Forum: Plugins 07-30-2021, 08:27
Replies: 8
Views: 3,760
Posted By pr0mers
Forum: Scripting 07-28-2021, 15:04
Replies: 1
Views: 803
Posted By pr0mers
experimenting with menus

i have some questions:
i displayed menu to 2 players and when they both choose dont they trigger menuaction_end?
is it very very important to delete menu? do they automatically delete it...
Forum: Scripting 07-21-2021, 17:32
Replies: 2
Views: 1,437
Posted By pr0mers
giveplayeritem(client,weapon) doesn't work any other ways?

I am trying to make a plugin that applies skin to every gun taken from floor by giving them with giveplayeritem

(aim_redline in guns in the floor has no skin.i can make 2 ifs...
Forum: Plugins 07-19-2021, 12:38
Replies: 8
Views: 3,760
Posted By pr0mers
[CSGO]Give Store Credit To Person Who Joins Discord / You don't need host dc bot now

this plugin gives people store credit(200.000) who join discord while no admin is online,

You don't need to host a bot now i hosted it for you in english

Things you need{
A Discord...
Forum: Plugin/Gameplay Ideas and Requests 05-22-2021, 17:35
Replies: 0
Views: 1,097
Posted By pr0mers
[Idea]Valorant in csgo?

just out of curiosity.it came to mind some time ago and is it possible with plugins etc. ? i can think of some characters' abilities but i cant figure some abilities like is it possible to do the...
Forum: Scripting 06-02-2020, 17:10
Replies: 3
Views: 884
Posted By pr0mers
Re: How to find all commands

uh not like that i want to know all commands in sourcemod like onmapstart round_end onchatmessage and how to use something like wiki but i couldnt find it in wiki too
Forum: Scripting 06-02-2020, 14:35
Replies: 3
Views: 884
Posted By pr0mers
How to find all commands

Where can i found all commands

i tried to find how to use onchatmessage but i couldnt find it anywhere

how can i find commands and usage of them
Forum: Scripting 05-30-2020, 09:17
Replies: 1
Views: 628
Posted By pr0mers
How to make vote to spesific team

//i made voting i just need i want to show it to only t like ct cant see the vote


How can i make voting to only t players like

1 or 2
1
2

is vote
Forum: Scripting 05-27-2020, 03:48
Replies: 1
Views: 598
Posted By pr0mers
How can i make vote

I want to make something like sm_vote but if like this:


Do this?
Yes
No

and if yes i s more than 50% do ...
else ...
Forum: Scripting Help 05-26-2020, 16:15
Replies: 2
Views: 677
Posted By pr0mers
Forum: Scripting 05-19-2020, 17:14
Replies: 1
Views: 513
Posted By pr0mers
How to get round end

I need help with finding round end

how to use round_End and is it what i am looking for

i want to make plugin which is going to disable jetpack in awp and de_ maps in round start and enables...
Showing results 1 to 25 of 25

 
Forum Jump

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


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