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

Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Rowdy4E
Forum: Plugin/Gameplay Ideas and Requests 07-14-2020, 21:52
Replies: 2
Views: 639
Posted By Rowdy4E
Re: Automatically changes the server password

- Customize your passwords in this path: configs/ServerPasswords.cfg


#pragma semicolon 1

#define DEBUG

#define PLUGIN_NAME "Password Changer"
#define PLUGIN_AUTHOR "Rowdy4E."
#define...
Forum: Plugin/Gameplay Ideas and Requests 04-30-2020, 05:51
Replies: 2
Views: 877
Posted By Rowdy4E
Re: [REQ] How can I prevent the terrorist from taking damage from the counter terrori

1) Thanks to SDKHooks (SDKHook_OnTakeDamage)

2) SetEntityHealth(client, 9999);
Forum: Plugin/Gameplay Ideas and Requests 10-01-2019, 08:11
Replies: 2
Views: 1,466
Posted By Rowdy4E
Re: [REQ] End Round

Not tested...


#pragma semicolon 1

#define DEBUG

#include <sourcemod>
#include <sdktools>
Forum: Plugin/Gameplay Ideas and Requests 09-06-2019, 00:51
Replies: 3
Views: 1,328
Posted By Rowdy4E
Re: !ws (karambit, m9) for vip [help]

I think you can override them like Sajmooon said, but use it on commands like sm_karambit, sm_bayonet, sm_m9 etc..
Forum: Plugin/Gameplay Ideas and Requests 04-14-2019, 10:55
Replies: 1
Views: 768
Posted By Rowdy4E
Re: (req)Anyone has a plugin !song ?

- configure your own sounds in config.cfg (Folder path: configs/Sounds)
- volume min & max: 0.1 - 1.0
- cd (cooldown) in seconds


#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR...
Forum: Plugin/Gameplay Ideas and Requests 03-31-2019, 15:51
Replies: 8
Views: 2,349
Posted By Rowdy4E
Re: csgo; Change model color

Where is problem?


public void OnPluginStart()
{
HookEvent("player_spawn", OnPlayerSpawn);
}

public void OnPlayerSpawn(Handle event, char[] name, bool dontBroadcast) {
int client =...
Forum: Plugin/Gameplay Ideas and Requests 03-31-2019, 15:04
Replies: 8
Views: 2,349
Posted By Rowdy4E
Forum: Plugin/Gameplay Ideas and Requests 03-31-2019, 11:11
Replies: 8
Views: 2,349
Posted By Rowdy4E
Re: csgo; Change model color

Hello, but can you tell me how the plugin should work ? Menu with custom colors or set color on clients by theirs team?
Forum: Plugin/Gameplay Ideas and Requests 02-13-2019, 09:23
Replies: 2
Views: 1,204
Posted By Rowdy4E
Re: Animated CS_SetClientClanTag for ADMFLAG

Hello, do you want to have it in zephyrus store or as standalone plugin?
Forum: Plugin/Gameplay Ideas and Requests 02-12-2019, 12:41
Replies: 21
Views: 3,033
Posted By Rowdy4E
Re: problem with this script (remove)

So where is the problem?


#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR "Rowdy"
#define PLUGIN_VERSION "1.03"
Forum: Plugin/Gameplay Ideas and Requests 02-12-2019, 08:07
Replies: 21
Views: 3,033
Posted By Rowdy4E
Re: problem with this script (remove)

It means that you are doing it in old syntax


new team = GetClientTeam(client);

Should be like this

int team = GetClientTeam(client);
Forum: Plugin/Gameplay Ideas and Requests 02-12-2019, 05:36
Replies: 11
Views: 2,438
Posted By Rowdy4E
Re: [REQ] USP Ninja Team swap (CS GO)

Try this...


#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR "Rowdy"
#define PLUGIN_VERSION "1.00"
Forum: Plugin/Gameplay Ideas and Requests 02-12-2019, 05:12
Replies: 21
Views: 3,033
Posted By Rowdy4E
Re: problem with this script (remove)

#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR "Rowdy"
#define PLUGIN_VERSION "1.02"

#include <sourcemod>
#include <sdktools>
#include <sdkhooks>
Forum: Plugin/Gameplay Ideas and Requests 02-11-2019, 10:24
Replies: 21
Views: 3,033
Posted By Rowdy4E
Re: problem with this script (remove)

Hmm.. ok. Try this.


#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR "Rowdy"
#define PLUGIN_VERSION "1.01"
Forum: Plugin/Gameplay Ideas and Requests 02-11-2019, 09:52
Replies: 3
Views: 1,158
Posted By Rowdy4E
Re: Client_GiveWeaponAndAmmo Not Working?

You need to remove the default secondary gun (OnPlayerSpawn => CTs = USPs, Ts = Glocks) before you will set new gun with modified ammo.
Forum: Plugin/Gameplay Ideas and Requests 02-11-2019, 09:41
Replies: 21
Views: 3,033
Posted By Rowdy4E
Re: problem with this script (remove)

I really don't know what you need from the plugin, but maybe try this?

#pragma semicolon 1

#define DEBUG

#define PLUGIN_AUTHOR "Rowdy"
#define PLUGIN_VERSION "1.00"

#include <sourcemod>
Forum: Plugin/Gameplay Ideas and Requests 11-16-2018, 14:59
Replies: 10
Views: 2,350
Posted By Rowdy4E
Re: [HELP] Client Menu

Code should look like this:


char path[512];
BuildPath(Path_SM, path, sizeof(path), "configs/admins_simple.ini");
if (FileExists(path))
{
char steamid[32];
GetClientAuthId(client,...
Forum: Plugin/Gameplay Ideas and Requests 11-14-2018, 09:43
Replies: 10
Views: 2,350
Posted By Rowdy4E
Re: [HELP] Client Menu

If you will grant vip through this menu what you made the VIP will lasts only until he disconnects or until map change. Adding VIP through MySQL Database is better option for you. :wink: Totenfluch...
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT -4. The time now is 08:48.


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