AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:S]Trikz 0.6.6 (Updated 27-12-2012) (https://forums.alliedmods.net/showthread.php?t=136826)

ojmdk476oj 08-30-2010 12:00

[CS:S]Trikz 0.6.6 (Updated 27-12-2012)
 
6 Attachment(s)
Features
Remove flash.
Give one flash to player.
Give a flash every time the user throw one.
Block/ghost (Transparent as ghost).
Checkpont menu (Save/tele menu)
Respawn
Cvar to set Trikz settings
Trikz menu
Teleport to player

Requirements
  • SDKHooks
  • SteamTools
  • Updater (if you need the plugin to update automaticly)

Chat Commands
  • !trikz (Brings up the trikz menu).
  • !tpmenu (Brings up the save/teleport menu).
  • !auto (Brings up the autoflash menu).
  • !flash (Give one flashbang).
  • !autoflash (autogive flashbang when othe user throw one).
  • !autoflashswitch (Autogive flashbang and switches to it after 0.15 sec).
  • !block (Mortal/ghost player)
  • !autojump (Autojump when jump button is pressed)
  • !save1 (Save first teleport)
  • !save2 (save secound teleport)
  • !tele1 (Teleport to first teleport)
  • !tele2 (Teleport to second teleport)
  • !teleport_noti (Toggles whenever a player wants to be notified about player wanting to teleport to him/her)

Public Player Console Commands
  • sm_trikz (Brings up the trikz menu).
  • sm_tpmenu (Brings up the save/teleport menu).
  • sm_automenu (Brings up the autoflash menu).
  • sm_flash (Give one flashbang).
  • sm_autoflash (autogive flashbang when othe user throw one).
  • sm_autoflashswitch (Autogive flashbang and switches to it after 0.15 sec).
  • sm_block (Mortal/ghost player)
  • sm_autojump (Autojump when jump button is pressed)
  • sm_save1 (Save first teleport)
  • sm_save2 (save secound teleport)
  • sm_tele1 (Teleport to first teleport)
  • sm_tele2 (Teleport to second teleport)
  • sm_teleport_noti (Toggles whenever a player wants to be notified about player wanting to teleport to him/her)

Cvars
Will be auto-generated on first run at cfg/sourcemod/trikz.cfg
PHP Code:

// This file was auto-generated by SourceMod (v1.4.1)
// ConVars for plugin "trikz.smx"


// Enable or disable new server tag : "Trikz" : 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_add_servertag "1"

// What should sv_airaccelerate  be (requires sm_trikz_settings to be 1)
// -
// Default: "150"
sm_trikz_airaccelerate "150"

// Enable or disable auto jump (!trikz_autojump): 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_autojump "1"

// Enable or disable autoupdate: 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_autoupdate "1"

// Enable or disable effects on flashbang explosions: 0 - disable, 1 - enable sparks, 2 - enable sound, 3 - enable sparks & sound
// -
// Default: "0"
sm_trikz_effects "0"

// Enable or disable autoflash command: 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_enableautoflash "1"

// Enable or disable autoflashswitch command (requires sm_trikz_enableautoflash to be 1): 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_enableautoflashswitch "1"

// Enable or disable block command (!trikz_block): 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_enableblock "1"

// Enable or disable invisibility when ghost (requires sm_trikz_enableblock to be 1): 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_enableblockinvis "1"

// Enable or disable respawn command: 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_enablerespawn "1"

// Enable or disable teleport menu/commands: 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_enableteleport "1"

// Enable or disable that a player can teleport to another player (if the other player allows): 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_enableteleporttp "1"

// Enable or disable grenade radio (Fire in the hole!): 1 - disable, 0 - enable
// -
// Default: "1"
sm_trikz_ignoreradio "1"

// Enable or disable no fall damage: 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_nofall "1"

// Enable or disable override of the game description (standard Counter-Strike: Source, override to SM_Trikz/Trikz): 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_override_gamedesc "1"

// How many times a player can respawn pr. minute. default 2 times pr. minute (requires sm_trikz_enablerespawn to be 1): 0 - disabled
// -
// Default: "2"
sm_trikz_respawnmin "2"

// Enable or disable trikz settings (Airaccelerate, flashboost, friendlyfire and bhopenable): 0 - disable, 1 - enable
// -
// Default: "1"
sm_trikz_settings "1"

// How much time after 2 players has teleport to each other they should not collide (block each other)
// -
// Default: "5"
sm_trikz_teleporttime "5"

// SM_Trikz plugin version (unchangeable)
// -
// Default: "0.6.6"
sm_trikz_version "0.6.6" 

Installation
First download and install all the requirements, then download trikz.zip and extract it to cstrike\addons\sourcemod. Now restart your server, and trikz should work.

Changelog
  • 0.1
    1. Plugin made
  • 0.2
    1. Fixed bug so you can't use all the commands when you are dead ex. !save1.
    2. Fixed bug so you could respawn when you was on spectator.
    3. A lot of other things i don't remember.
  • 0.3
    1. Fixed so you can't spam the server by respawning yourself and drop gun and cause Hugh lag.
    2. Fixed so you can't spam the server whit flashbangs.
    3. Fixed that if you set a cvar above 1 it would not been seen in the menu (If the cvar is above 1 it will take it as enabled.)
    4. Added command to strip and give knife at spawn.
  • 0.4
    1. Rewrote the plugin!
    2. Add autoswitch to autoflash so when a players throws a flashbang, he automatic switches to the flash.
    3. Added as ghost are transparent.
    4. Added french translation, thanks to Malak044.
    5. Fixed a **** load of bugs.
    6. Added new cvars.
    7. Added no fall damage to the plugin (Cvar to disabled and enable).
    8. Can't remember all the other things.
  • 0.5
    1. Added autojump.
    2. Optimized some things.
    3. Changed autoflash switch time from 0.8 to 0.15
    4. Removed french translation until someone wants to update it.
  • 0.6.0
    1. Changed autojump to be disabled by default
    2. Changed if a player enables autoswitch, it will automatic change to flashbang.
    3. Changed how autoflash and autoswitch works.
    4. Changed how the plugin counts the players current flashbangs.
    5. Fixed that if a player disconnect before the welcome message there would be a ERROR
    6. Fixed when saving in air (save2) the translation would be wrong (ERROR).
    7. Fixed autoflash and autoswitch being reset upon spawn
    8. Fixed typo with fall damage cvar.
    9. Fixed translation for autojump.
    10. Added teleport to player (open trikz menu, teleport to player, choose player, the player choosen will be asked and can either Accept, Deny, and Deny and don't ask again).
    11. Added support for autoupdate (Updater Plugin).
    12. Added limit on respawn (could crash server).
    13. Added new translations for autoswitch
    14. Removed credits from menu (dosen't matter to the players).
  • 0.6.1
    1. Fixed minor bugs.
    2. Removed some unused translations.
  • 0.6.2
    1. Fixed not being able to open checkpoints menu through trikz menu.
  • 0.6.3
    1. Added german translations thanks to stonedegg.
  • 0.6.4
    1. A couple of fixes thanks to KyleS and shavit!
  • 0.6.5
    1. Fixed the way the game desc was overriden (SDK Hooks => SteamTools)
    2. Fixed being able to teleport to SoureTV
  • 0.6.6
    1. Fixed that if SteamTools doesn't work, then none will work (SteamTools is optional for GameDesc)

If you have any bugs or request, leave a reply!

Credits Goto
3sigma - For making the basic code.
Exvel - For the flash remove code.
Dataviruset - For using some of his code.
Malak044 - For adding french translations, and helping me with making some of the code, and testing ;)
stonedegg - Adding german translation
Chrisber - For autojump code.

tejeskifly 08-31-2010 11:57

Re: [CS:S]Trikz
 
hi nice plugn, but can you make trikz menu?

ojmdk476oj 08-31-2010 11:58

Re: [CS:S]Trikz
 
Quote:

Originally Posted by tejeskifly (Post 1287135)
hi nice plugn, but can you make trikz menu?

Already a trikz menu ;) type "!trikz" in chat and you will get it or type sm_trikz in console. Gonna add it to the info ;)

tejeskifly 08-31-2010 15:49

Re: [CS:S]Trikz
 
o i find it :D

kore 09-05-2010 02:19

Re: [CS:S]Trikz
 
Plugin Menu not work.

Console say : "sm_trikz unknown command". :|

ojmdk476oj 09-05-2010 04:32

Re: [CS:S]Trikz
 
Quote:

Originally Posted by kore (Post 1291611)
Plugin Menu not work.

Console say : "sm_trikz unknown command". :|

Make sure that you have SDKHooks and that you type the command correctly.
What command are you trying to use?

karatel 09-19-2010 03:28

Re: [CS:S]Trikz
 
1 Attachment(s)
add plz russian translation

trill 09-29-2010 22:13

Re: [CS:S]Trikz
 
I tried this for a day and ended up going back to the es version.

The flashbangs are too slow on auto flash and the sound of the flashbang explosion are still there.

Also, I noticed people were taking fall damage on a certain map but not sure if that was plugin related.

If you were to fix the problems above and also make it so when people are ghost they are transparent I may try this again.

Thanks

ojmdk476oj 09-30-2010 01:40

Re: [CS:S]Trikz
 
Quote:

Originally Posted by trill (Post 1311788)
I tried this for a day and ended up going back to the es version.

The flashbangs are too slow on auto flash and the sound of the flashbang explosion are still there.

Also, I noticed people were taking fall damage on a certain map but not sure if that was plugin related.

If you were to fix the problems above and also make it so when people are ghost they are transparent I may try this again.

Thanks

When you cast your flashbang you get a new one right after. The flashbang still explodes but it does not make your ear bleed so it's not annoying. The plugin does not include no fall damaged. So it's not because of this plugin this works fine go test it on other servers and see if you still think the same...
http://www.game-monitor.com/search.p..._trikz_version

trill 09-30-2010 14:15

Re: [CS:S]Trikz
 
Quote:

Originally Posted by johan123jo (Post 1311861)
When you cast your flashbang you get a new one right after. The flashbang still explodes but it does not make your ear bleed so it's not annoying. The plugin does not include no fall damaged. So it's not because of this plugin this works fine go test it on other servers and see if you still think the same...
http://www.game-monitor.com/search.p..._trikz_version

Ok but the flashbangs are slower to give than the es trikz. Is it possibe to have them faster?
If u could get rid of the flashbang explode andmake ghost transparent I will try again. Players on my server found these issues annoying. Thanks

trill 10-10-2010 12:22

Re: [CS:S]Trikz
 
Are you planning on updating this? Like I said before.. I would love to use this SM plugin and will also be one of the best out if you fix the issues I stated above.

I really look forward to it if you are able and willing to make it #1

Deceiver 01-12-2011 04:39

Re: [CS:S]Trikz
 
Also please set it so u always have 2 flashes, so give a flash when thrown so you can double flash, thanks.

lordoflort 01-12-2011 11:21

Re: [CS:S]Trikz
 
I know this is an old thread, but I would really love having SM_trikz instead of the es one. I would prefer to abandon es completely, but since I like the way es trikz (and SM_trikz doesn't work like it), I don't see it happening, before the author corrects what have been pointed out in the earlier comments.

ojmdk476oj 04-19-2011 15:46

Re: [CS:S]Trikz
 
Hello,

I'm currently working on a new version of sm_trikz, i have taken some of your ideas, and fixed a little code errors.. Anyways, i just wanted to tell you i was working on a new version. But i don't know when it will be released. Because i need to to test it and add new features... But i hope you like it when i release it! ;)

Malak044 04-19-2011 19:50

Re: [CS:S]Trikz
 
if you want i can help you ... i was thinking about taking back the plugin because now it crashes the server when you do something ... And ive changed some part of your code for optimisation ...

So if you have steam, i can help you

ojmdk476oj 04-22-2011 15:35

Re: [CS:S]Trikz
 
New version of Trikz is out!

d1mon 04-25-2011 11:26

Re: [CS:S]Trikz
 
good idea cleansing flash and
menus into one
plugin.work plugin n1.
there is one thing you can do
to remove only the flash, and it
removes all the weapons on
some maps there is a bonus-gun. would like to make
bonus-gun no clean,this plugin will
only remove Flash.

ojmdk476oj 04-25-2011 11:42

Re: [CS:S]Trikz
 
Quote:

Originally Posted by d1mon (Post 1457486)
good idea cleansing flash and
menus into one
plugin.work plugin n1.
there is one thing you can do
to remove only the flash, and it
removes all the weapons on
some maps there is a bonus-gun. would like to make
bonus-gun no clean,this plugin will
only remove Flash.

So? You would like a cvar to remove all map weapons on round start?

d1mon 04-25-2011 12:02

Re: [CS:S]Trikz
 
This plugin cleans all weapons
can be done to clean only the
flash, so as to trikz_map to the
finish line is present
bonus weapons with lines of different
colors

lordoflort 05-18-2011 13:18

Re: [CS:S]Trikz
 
Few questions:

1. Would you be able to add multiple menu-triggers? Like the letter "t".
2. Would you be able to customize the menu appearance, with no experience in PAWN coding?

Regards
lordoflort

ojmdk476oj 05-27-2011 07:21

Re: [CS:S]Trikz
 
Quote:

Originally Posted by lordoflort (Post 1471596)
Few questions:

1. Would you be able to add multiple menu-triggers? Like the letter "t".
2. Would you be able to customize the menu appearance, with no experience in PAWN coding?

Regards
lordoflort

1. you can just bind a key to sm_trikz ex. "bind j sm_trikz"
2. No i would not add support so you can customize the menu. If you want you can just edit in the .sp file.

bobis 07-31-2011 08:13

Re: [CS:S]Trikz
 
This plugin really messes up with mani admin plugin. I mean , even though the plugin is disabled, with "sm plugins unload trikz" at server.cfg , mani admin plugin looks weird , as if it don't recognize the game and works only with ESCAPE style menus....

Plz anyway to fix that??

Also, is this plugin able to cause physical mayhem, when you blocking and noblocking people, like No Block does? For further info, look here...

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

Dagostino 01-22-2012 15:20

Re: [CS:S]Trikz
 
hello guys ,
i have a question for this plugin , on my server it's working really fine but i want know , if it's possible to reduce the delay between 2 flashbang with the autoswitch ?
i tryed looking in the script but i'm noob with coding...

i hope you understand what i mean , i know my english is very bad :mrgreen:

thank's...

Glite 01-22-2012 15:59

Re: [CS:S]Trikz
 
Quote:

Originally Posted by Dagostino (Post 1636749)
hello guys ,
i have a question for this plugin , on my server it's working really fine but i want know , if it's possible to reduce the delay between 2 flashbang with the autoswitch ?
i tryed looking in the script but i'm noob with coding...

i hope you understand what i mean , i know my english is very bad :mrgreen:

thank's...

Select flashbang code:
Code:

public Action:selectf(Handle:timer, any:client)
{
    FakeClientCommand(client, "use weapon_knife");
    FakeClientCommand(client, "use weapon_flashbang");
}

Code:

CreateTimer(0.15, selectf, client);
I hope you know where you need to put this.

Dagostino 01-22-2012 16:24

Re: [CS:S]Trikz
 
thank's you for your answer ! :)

yes it's ok , i found how put this...really thank's you ! it's working ! :)

Dagostino 01-24-2012 13:10

Re: [CS:S]Trikz
 
i come back for know if it's possible to add into the menu "autobunny off / on" like the block / unblock ?

i use the ez hop plugin , it is possible to do a mix of ez and trikz plugin ?

the command for enable / disable ato bunny is : ezhop_enableautojump , but this command is for server , can it work for each player ?

thank's ... and sorry again for my english :oops:

ojmdk476oj 01-26-2012 04:59

Re: [CS:S]Trikz
 
Is it this plugin you are using?

Dagostino 01-26-2012 05:38

Re: [CS:S]Trikz
 
yes johan :)
do you think it's possible to do a mix between ez hop and trikz plugin ?

thank's you !

ojmdk476oj 01-26-2012 08:40

Re: [CS:S]Trikz
 
I should be possible, but. If i add it i would also make some updates to it.

May i ask, how does the plugin run on your server? Does it lag or anything (was the reason i wanted to get this plugin unapproved)

Dagostino 01-26-2012 08:58

Re: [CS:S]Trikz
 
the two plugins run fine ! no bug , no lags , nothing anormal for now .

the idea is to add the automatic bhop in the trikz menu (for each players) if you can do that , you are very cool :D

for now the menu is like that :

1 - give flash
2 - menu autoflash (1 autoflash , 2 autoswitch)
3 - toggle blocking
4 - menu checkpoint (1 - save first , 2 - load first , 4 - save second , 5 - load second )
5 - respawn

and i want add :

6 - toggle autobunny

Dagostino 01-26-2012 12:50

Re: [CS:S]Trikz
 
the new version work perfectly with the auto bunny (enable / disable) and the switch delay is very good ! thank's you johan !

ojmdk476oj 01-27-2012 02:39

Re: [CS:S]Trikz
 
Glad to hear it works! If you have any suggestions or bugs, send me a PM ;)

ojmdk476oj 02-12-2012 13:30

Re: [CS:S]Trikz 0.5 (Updated 2012/01/27)
 
Updated to 0.6.0

Changes:
  • 0.6.0
    1. Changed autojump to be disabled by default
    2. Changed if a player enables autoswitch, it will automatic change to flashbang.
    3. Changed how autoflash and autoswitch works.
    4. Changed how the plugin counts the players current flashbangs.
    5. Fixed that if a player disconnect before the welcome message there would be a ERROR
    6. Fixed when saving in air (save2) the translation would be wrong (ERROR).
    7. Fixed autoflash and autoswitch being reset upon spawn
    8. Fixed typo with fall damage cvar.
    9. Fixed translation for autojump.
    10. Added teleport to player (open trikz menu, teleport to player, choose player, the player choosen will be asked and can either Accept, Deny, and Deny and don't ask again).
    11. Added support for autoupdate (Updater Plugin).
    12. Added limit on respawn (could crash server).
    13. Added new translations for autoswitch
    14. Removed credits from menu (dosen't matter to the players).

Glite 02-19-2012 15:10

Re: [CS:S]Trikz 0.6.0 (Updated 2012/02/12)
 
Fix teleport menu. (Check for enabled teleport function, then add menu options)
Also add support for Russian translations to menu. Use:
Code:

Format(buff,sizeof(buff),"%T","Something", client);
Instead:
Code:

Format(buff,sizeof(buff),"%t","Something");
Later i will post Russian translations.

ojmdk476oj 02-22-2012 10:58

Re: [CS:S]Trikz 0.6.0 (Updated 2012/02/12)
 
Updated to 0.6.1

Changes:
  • 0.6.1
    1. Fixed minor bugs.
    2. Removed some unused translations.

no_commentz 03-08-2012 14:15

Re: [CS:S]Trikz 0.6.1 (Updated 2012/02/22)
 
hey when i open !trikz and the menu shows up i go checkpoints but nothing happens but save1 and tele1 is working fine just not in the menu pls help me thnx anyway

Reshtiine 03-08-2012 17:42

Re: [CS:S]Trikz 0.6.1 (Updated 2012/02/22)
 
Hey everyone, can someone help me ?
I do everything write in the Install section, but nothing work, when i type !trikz in chat, nothing happens.

i think the SDK Hook is the problem.

ojmdk476oj 03-09-2012 07:51

Re: [CS:S]Trikz 0.6.1 (Updated 2012/02/22)
 
Updated to 0.6.2

Changes:
  • 0.6.2
    1. Fixed not being able to open checkpoints menu through trikz menu.

ojmdk476oj 03-09-2012 07:59

Re: [CS:S]Trikz 0.6.2 (Updated 2012/03/09)
 
Quote:

Originally Posted by no_commentz (Post 1665027)
hey when i open !trikz and the menu shows up i go checkpoints but nothing happens but save1 and tele1 is working fine just not in the menu pls help me thnx anyway

Fixed it in the new version.


Quote:

Originally Posted by Reshtiine (Post 1665144)
Hey everyone, can someone help me ?
I do everything write in the Install section, but nothing work, when i type !trikz in chat, nothing happens.

i think the SDK Hook is the problem.

Download sdk hooks from here. Extract it to cstrike. After that download the trikz.zip file from here. Extract that to cstrike\addons\sourcemod. Now restart your server, and it should work ;)

no_commentz 03-10-2012 17:59

Re: [CS:S]Trikz 0.6.2 (Updated 2012/03/09)
 
ty its working now


All times are GMT -4. The time now is 19:57.

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