This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 152
Search took 0.03 seconds.
Search: Posts Made By: Tote
Forum: New Plugin Submissions Today, 07:10
Replies: 852
Views: 258,319
Posted By Tote
Re: OciXCrom's Rank System [XP|Levels|Ranks]

#include <crxranks>

if(crxranks_get_user_level(id) == 10) {
// DO SOMETHNG
}
Forum: Suggestions / Requests Today, 07:05
Replies: 5
Views: 154
Posted By Tote
Re: [Request] Frag Limit plugin

Without MOTD.

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "RESTART MATCH when reach SPECIFIC kills"
#define VERSION "1.0"
#define AUTHOR "Tote"

new g_iKills[33], g_KillsLimit
Forum: Suggestions / Requests Today, 06:48
Replies: 2
Views: 61
Posted By Tote
Re: Stop plugin when other plugin run

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>

#define PLUGIN "Consider this is C4 plugin (i.e, first plugin.)"
#define VERSION "1.0"
#define AUTHOR "Tote"

#define INFINITE_NOT
Forum: Suggestions / Requests Today, 06:40
Replies: 2
Views: 61
Posted By Tote
Re: Stop plugin when other plugin run

send your C4 plugin SMA
Forum: Suggestions / Requests Today, 06:36
Replies: 1
Views: 56
Posted By Tote
Re: Flashbang instead of awp

Man.. be clear what you want :D, you said in the post title flashbang and in the desc smokegrenade btw here you go if you want flashbang just change the name to "flashbang" where is "smokegrenade"...
Forum: Scripting Help Today, 06:33
Replies: 2
Views: 69
Posted By Tote
Re: BioHazard 2.2 - Vip only class

if u want ur request to be accepted & done fast, make it attractive my guy.
u sent a link of addon which is almost 500 MBs no one gonna spend time to download that and search inside the sma file....
Forum: Suggestions / Requests Yesterday, 00:17
Replies: 1
Views: 67
Posted By Tote
Re: custom model

Are u talking about counter-strike 1.6? (AMXMODX)
Forum: Suggestions / Requests Yesterday, 00:16
Replies: 1
Views: 60
Posted By Tote
Re: Knife

public EventHLTV()
{
g_endround = 0
g_gui = 1
}

public Player_Spawn(id)
{
if(g_gui)
{
Forum: Suggestions / Requests 06-04-2024, 12:21
Replies: 10
Views: 355
Posted By Tote
Re: How to set plugins to cooperate with each other

Ofcourse, he can do it with native. But he mentioned he wants to active & deactive the plugin itself.

He can do this:
Make a native to check if it's warmup round. And then use the native in the...
Forum: Suggestions / Requests 06-03-2024, 05:14
Replies: 10
Views: 355
Posted By Tote
Re: How to set plugins to cooperate with each other

So u are saying u want to disable the 2nd plugin, which is FIH Sound Changer, when, the 1st plugin (warmup) is enabled right. So basically its hard to put in words, you don't need to use natives or...
Forum: Suggestions / Requests 06-02-2024, 03:30
Replies: 6
Views: 263
Posted By Tote
Re: [req] random henade at roundstart

Ops, i did it at night didn't look at it, fixed.
Forum: Suggestions / Requests 05-30-2024, 10:07
Replies: 6
Views: 263
Posted By Tote
Forum: Suggestions / Requests 05-30-2024, 07:47
Replies: 2
Views: 167
Posted By Tote
Re: Plugin request

Wrong way buddy. You posted in wrong section, go into the SourceMod section.
Forum: Suggestions / Requests 05-30-2024, 07:43
Replies: 6
Views: 263
Posted By Tote
Re: [req] random henade at roundstart

#include <amxmodx>
#include <fun>

#define PLUGIN "HE-Nade for random T & CT on round start"
#define VERSION "1.0"
#define AUTHOR "Tote"


public plugin_init() {
register_plugin(PLUGIN,...
Forum: Scripting Help 05-30-2024, 07:34
Replies: 3
Views: 202
Posted By Tote
Re: Tag name on and off

You mean the VIP that shows in scoreboard after the player name before the kills?
Nope. you can't change that and write something else according to my knowledge. But wait if someone can answer you.
Forum: General 05-29-2024, 07:08
Replies: 4
Views: 473
Posted By Tote
Re: say chat issue

you sure you haven't disabled your own chat? :D
hud_saytext
Forum: Suggestions / Requests 05-29-2024, 07:02
Replies: 18
Views: 605
Posted By Tote
Re: Count all players then execute the command

but didn't understand what exactly you want.. Random player and set him Rendering?

wdym by count player from both team and player number is 10?
Forum: Suggestions / Requests 05-29-2024, 07:01
Replies: 18
Views: 605
Posted By Tote
Re: Count all players then execute the command

so basically glow the one player out of all, like imposter.
Forum: Scripting Help 05-29-2024, 06:59
Replies: 14
Views: 406
Posted By Tote
Re: White & Random Colored HUD

or you can just do another hud
example:
the hud msg is -- Your name is %s!

1st hud for "Your name is"
2nd hud make it afterwards (set up the position after the first hud)

and set the color...
Forum: Scripting Help 05-29-2024, 06:47
Replies: 3
Views: 202
Posted By Tote
Re: Tag name on and off

EDIT: i didnt understand what u wanted.. i thought u mean in the chat. here

new szoldName[33] // make sure to add it top of plugin under the includes.
now, before changing, get the user's name...
Forum: Suggestions / Requests 05-26-2024, 04:39
Replies: 3
Views: 240
Posted By Tote
Re: Question about pausing plugins

just make a task and check the time if its 9pm or above or as you want then use the pause plugin function;d
Forum: Suggestions / Requests 05-24-2024, 06:25
Replies: 4
Views: 1,016
Posted By Tote
Re: Unlimited Money fix, please

i didn't say you to install it, i just told you if you have it installed, then simply do that :)
Forum: Suggestions / Requests 05-22-2024, 09:55
Replies: 4
Views: 1,016
Posted By Tote
Re: Unlimited Money fix, please

u sure bout that? check the mp_maxmoney cvar inside game.cfg inside cstrike/ folder if ur using rhelds
Forum: Suggestions / Requests 05-20-2024, 08:49
Replies: 31
Views: 1,105
Posted By Tote
Re: [Request] Register System with USERID

just sayin, its useless as well at some point.
if someone register with common nick that most people use "<Warrior> Player". Then anyone else joining with that nick wont be able to join or if with...
Forum: Suggestions / Requests 05-18-2024, 01:15
Replies: 31
Views: 1,105
Posted By Tote
Re: [Request] Register System with USERID

>

new g_iRegisterCounts;
new g_iPlayerRid[33]

public successfully_registered(id) {
g_iRegisterCounts++ // first add +1 in the registered players
g_iPlayerRid[id] =...
Showing results 1 to 25 of 152

 
Forum Jump

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


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