sourcemod

  1. Vertigo

    Hostname Updater v1.0

    This plugin updates the hostname of the server on scoreboard whenever hostname is updated. Plugin requested by : @Venom Requirements : Sourcemod v1.8 or Higher Installation : Download Hostname_Updater_v1.0.zip file from this post. Extract the contents of zip file and put it into...
  2. X

    Solved Scripting Help: Hud message

    public void OnPluginStart() { RegConsoleCmd("sm_hud", Hud, "Hud check"); } public Action Hud(client, args) { for(new i = 1; i <= MaxClients; i++) { SetHudTextParams(0.37, -0.60, 1.0, 255, 0, 0, 200, 1); ShowHudText(i, 3, "MVP :"); SetHudTextParams(0.55...
  3. E

    Solved Scripting Help Clientmod_bypassV1

    hi i want block clientmod bypass with this plugin but me cant read client console thats my new String:command_check[128]; public OnPluginStart() { FormatEx(command_check, sizeof(command_check), "setinfo e_c4_timer 1"); HookUserMessage(GetUserMessageId("TextMsg"), MessageHandler, true)...
  4. X

    Plugin-Module [WARMOD] Strategic Timeout or Pause 2.5

    This plugin pauses next round for team to make strategy. Requirements : Sourcemod v1.10.6239 or Higher !pause <time (30 - 60 seconds)> - pauses game for next round for given amount of time. !timeout <time (30 - 60 seconds)> - pauses game for next round for given amount of time. !pc / !tc...
  5. X

    SM Text Replacer [Morecolors] 2.0

    This plugin replace default sourcemod prefix [SM] in chat. Requirements : Sourcemod v1.10.6239 or Higher Installation : Download SM_Text_Replacer.zip file from this post. Extract the contents of zip file and put it into cstrike/ folder of your server. Configure your desired prefix in...
  6. X

    Solved Scripting Help [Warmod Pause] : How to freeze players ?

    THANKS Can someone help me why i am not able to run this plugin???? @Vertigo
  7. X

    Solved How to freeze player movement ?

    SetEntPropFloat(client, Prop_Data, "m_flLaggedMovementValue", 0.0); I want to freeze player movement not his aim. Any alternative for this code??? @Vertigo
  8. X

    [Warmod] Score

    XTreme killer submitted a new resource: [Warmod] Score - Sets score on scoreboard as that of war score Read more about this resource...
  9. X

    Plugin-Module [Warmod] Score 1.0

    [WARMOD] Score Sets score of warmod on scoreboard. Requirements: Sourcemod v1.10.0.6239 or Higher Metamod v1.10.6V or Higher [Clientmod] - Warmod Image for confirmation of Plugin: Installations: Download Score.zip file from this post. Extract the contents of zip file and put it into...
  10. Vertigo

    Plugin-Module [ClientMod] Pickup Weapon (Using USE Key) v1.1

    This plugin allows players to pickup weapon using USE or E key. The difference between this plugin and another Pickup Weapon plugin is, this plugin requires ClientMod to work. And this plugin only has Aim Mode, that means, you must aim your crosshair at the dropped weapon and press E in order to...
  11. Vertigo

    Pickup Weapon (Using E Key) v1.5

    This plugin allows players to pickup weapon using USE or E key. It has 2 modes : Aim Mode : This mode is very accurate. If this mode is activated, players can aim at the weapon and press E to pick it up. By aiming I mean, crosshair must be on the weapon. This is the default mode. Distance and...
  12. X

    Solved Sourcepawn Timers - Where am I wrong???

    public OnClientPutInServer(int client) { CreateTimer(5.0, Cheat_check, _,TIMER_REPEAT); } public Action Cheat_check (Handle:timer, int client, int args) { QueryClientConVar(client, "sv_cheats", GetClientVarCheats); QueryClientConVar(client, "r_drawothermodels", GetClientVarWalls)...
  13. Vertigo

    Plugin-Module [ClientMod] Allow Old v1.2

    This plugins allows Old CSS v34 users to connect to ClientMod only server [clientmod_private 1 or 2]. But it has feature to prevent them from joining any team. It will show them a message why they are not allowed to join the team. You can also allow them to play if...
  14. Abhaypraday005

    Solved what are the cvars for skychanger to write in server.cfg folder?

    I have hd skybox changer downloaded from alliedmodders,but I want cvar command which we want to write in server.cfg folder to work this plugin properly
  15. Vertigo

    Killer Info Display v1.4.1

    This plugin shows various information about the player who killed you. It shows the weapon name, HP and armor left, kill distance. It also shows revenge and domination info. Players can turn off the killer info in clientprefs settings menu. Requirements : Sourcemod v1.8 or Higher...
  16. X

    Solved Which plugin stores player's disconnect message in server ?

    Which plugin stores player's disconnect message in server ? I want to change the disconnect message in server. Please tell me in which plugin or translation file is this stored??? @Vertigo
  17. Vertigo

    Deathmatch Lite Respawn v2.9-lm

    This plugin provides many features to CSS Deathmatch servers : Weapon cleanup to improve performance Respawn Delay Dissolve ragdolls with nice effect Spawn & Gun Game level up protection Money on respawn No block for player collision Requirements : Sourcemod v1.10 or Higher Installation ...
  18. Vertigo

    Gun Menu v1.0-lm

    This plugin provides gun menu. Players can select any weapon from gun menu. Useful for deathmatch servers. The plugin also has below features : Kill sound Enable/Disable C4 Enable/Disable Buy Zones Can issue specified amount of health, armor and helmet on player spawn Can issue equipments and...
  19. Vertigo

    Deathmatch Bonus v1.4

    This plugin gives bonus such as grenades and health for kills. Useful for deathmatch servers. He-grenade bonus Flashbang bonus Smoke grenade bonus HP bonus for Headshots HP bonus for kills HP bonus for knife kills Supports FFA Mode (Free For All) Requirements : Sourcemod v1.10 or Higher...
  20. Vertigo

    Deathmatch v1.8.2

    This plugin enables Deathmatch mode on your server. It also has many other features : Elimination Mode Spawn Protection with colors Removal of ragdolls and weapons to improve performance Readymade random spawn points for many popular maps In built spawn point editor In Built Gun Menu...
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock