Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $318
Target: $400
79%
Almost there!
Page 1 of 6
1
2
3
>
Last
»
Showing results 1 to 25 of 127
Search took
0.01
seconds.
Search:
Posts Made By:
tepegoz
Forum:
Scripting Help
05-29-2021, 16:16
Replies:
1
Solved
Total points of all players
Views:
449
Posted By
tepegoz
Total points of all players
I have this PlayerPoints[id][x] function but I want to collect the points of all the players in both t and ct teams. If there are 6 players in teams, it will be sum of total2/6 = total. How to...
Forum:
Suggestions / Requests
04-13-2021, 09:30
Replies:
2
Solved
Sort order is mixing sometimes
Views:
340
Posted By
tepegoz
Re: Sort order is mixing sometimes
thank you very much.
Forum:
Suggestions / Requests
04-12-2021, 11:28
Replies:
2
Solved
Sort order is mixing sometimes
Views:
340
Posted By
tepegoz
Sort order is mixing sometimes
I have this code but sometimes sort order is mixing for public displayasdls(id).
Example:
Nick1 - 10
Nick2 - 9
Nick3 - 8
Nick4 - 7
Nick5 - 6
But sometime showing this type:
Forum:
Scripting Help
12-11-2020, 16:34
Replies:
2
Solved
get random one item
Views:
517
Posted By
tepegoz
Re: get random one item
thanks.
Forum:
Scripting Help
12-11-2020, 11:47
Replies:
2
Solved
get random one item
Views:
517
Posted By
tepegoz
get random one item
for (new item_id = 0; item_id <= g_charcounter ; item_id++)
{
if(item_data[item_id][CHAR_TYPE] == TYPE_WEAPON || item_data[item_id][CHAR_TYPE] == TYPE_SHIELD){
client_printcolor(id,...
Forum:
Suggestions / Requests
11-24-2020, 03:08
Replies:
2
Player's Models Change
Views:
348
Posted By
tepegoz
Re: Player's Models Change
Yes I have but I want to dress 3 different clothes at the same time.
Forum:
Suggestions / Requests
11-23-2020, 12:48
Replies:
2
Player's Models Change
Views:
348
Posted By
tepegoz
Player's Models Change
I want a plugin to change the player's gloves, shoes and hat like in this video. Can you make simple plugin?
https://youtu.be/bmlKBtq8DVY
Forum:
Suggestions / Requests
09-18-2020, 11:38
Replies:
8
Solved
Anti fast run
Views:
1,013
Posted By
tepegoz
Re: Anti fast run
thank you.
Forum:
Suggestions / Requests
09-09-2020, 13:39
Replies:
8
Solved
Anti fast run
Views:
1,013
Posted By
tepegoz
Re: Anti fast run
And?
Forum:
Suggestions / Requests
09-05-2020, 04:30
Replies:
8
Solved
Anti fast run
Views:
1,013
Posted By
tepegoz
Re: Anti fast run
I said it not usable for my server because I have soccerjam mod and mod has variable speeds. 250,270,310,350 etc. so this maxspeed plugin is not usable for my mod. I want to block button.
Forum:
Suggestions / Requests
09-04-2020, 12:50
Replies:
8
Solved
Anti fast run
Views:
1,013
Posted By
tepegoz
Re: Anti fast run
This is not usable for my server. I want to detect key W,S,D,A IN_FORWARD, IN_MOVELEFT button etc. If player hold W and spam A A A A A , player will punish.
Forum:
Suggestions / Requests
09-04-2020, 04:32
Replies:
8
Solved
Anti fast run
Views:
1,013
Posted By
tepegoz
Anti fast run
If you holding W or S and spam A or D, run fast 277. I want to block this. Can you make a plugin?
Video:
https://youtu.be/SFIsnqa0NLc
Forum:
Scripting Help
08-16-2020, 12:59
Replies:
2
Solved
range shortcut question
Views:
434
Posted By
tepegoz
Re: range shortcut question
thanks
Forum:
Scripting Help
08-16-2020, 11:26
Replies:
2
Solved
range shortcut question
Views:
434
Posted By
tepegoz
range shortcut question
I have these codes:
if(playerid == 1 || playerid == 2 || playerid == 3 || playerid == 4 || playerid == 5){
....
}
I want to shortcut theese codes. How to I do like this : if(playerid ==...
Forum:
Scripting Help
08-15-2020, 14:37
Replies:
2
pev_body reset
Views:
408
Posted By
tepegoz
pev_body reset
I change player model with theese codes:
cs_set_user_model( id, "modelj" )
but it only takes 1 round . How to I do it ?
Forum:
Suggestions / Requests
08-14-2020, 12:32
Replies:
0
Solved
Set User
Views:
251
Posted By
tepegoz
Set User
I want to change a player model to custom model.
Forum:
Scripting Help
08-05-2020, 10:05
Replies:
3
How to block this script?
Views:
590
Posted By
tepegoz
Re: How to block this script?
This command allow to making trick easly on my mod. If you know how to block this script, you can say it.
Forum:
Scripting Help
08-04-2020, 11:48
Replies:
3
How to block this script?
Views:
590
Posted By
tepegoz
How to block this script?
bind v "-forward;wait;+moveleft;wait;+use;wait;+jump;wait;-moveleft;wait;+duck;wait;-use;wait;-jump;wait;-duck;-duck"
In cs 1.6 how to block this bind script? I want to block this script.
Forum:
Suggestions / Requests
07-13-2020, 17:09
Replies:
2
How to block this script?
Views:
545
Posted By
tepegoz
Re: How to block this script?
yes working. This is just bind code so working succesfully.
Forum:
Suggestions / Requests
07-13-2020, 11:05
Replies:
2
How to block this script?
Views:
545
Posted By
tepegoz
How to block this script?
bind v "-forward;wait;+moveleft;wait;+use;wait;+jump;wait;-moveleft;wait;+duck;wait;-use;wait;-jump;wait;-duck;-duck"
In cs 1.6 how to block this bind script? I want to block this script.
Forum:
Suggestions / Requests
07-06-2020, 04:59
Replies:
4
Solved
Stopwatch plugin edit request
Views:
577
Posted By
tepegoz
Re: Stopwatch plugin edit request
Thanks working.
Sorry I didn't see. Thanks your plugin is working.
Forum:
Suggestions / Requests
07-05-2020, 12:56
Replies:
4
Solved
Stopwatch plugin edit request
Views:
577
Posted By
tepegoz
Stopwatch plugin edit request
I have this plugin and there are /start and /stop commands. I want to also
/pause and /resume commands. When I paused the stopwatch, I type /resume and the stopwatch will resume.
thanks.
#pragma...
Forum:
Scripting Help
07-04-2020, 05:46
Replies:
1
number detect
Views:
339
Posted By
tepegoz
number detect
I have a plugin. I want to make if(g_ePlayerInfo[id][m_Velocity] > 250){ but it doesn't working. g_ePlayerInfo[id][m_Velocity] number showing as 250 = 1136197631. How to set...
Forum:
Suggestions / Requests
06-29-2020, 07:42
Replies:
0
velocity detect
Views:
297
Posted By
tepegoz
velocity detect
I have a plugin that detect velocity when player is jumping. So I want to detecting Player's first jumping velocity and second jumping velocity and third,....
I want to detect if player's first...
Forum:
Scripting Help
06-22-2020, 04:41
Replies:
2
player sequence animation
Views:
497
Posted By
tepegoz
player sequence animation
I want to play the sequence while running or idling animation but animation only plays when I am jumping or stabbing.
I want to play animation when I am idling or running. How to I can change theese...
Showing results 1 to 25 of 127
Page 1 of 6
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
21:48
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2022, vBulletin Solutions, Inc.
Theme made by Freecode