Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $128
Target: $400
32%
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 65
Search took
0.01
seconds.
Search:
Posts Made By:
notMe2
Forum:
Source Servers (SRCDS)
01-14-2021, 12:10
Replies:
0
Is it possible to run a CSGO server on arm64?
Views:
330
Posted By
notMe2
Is it possible to run a CSGO server on arm64?
Hello
Is it possible to run a dedicated csgo server on a arm64 (aarch64) linux? (Im using amazon linux)
Couldn't find anything on google or official docs
Thanks!
Forum:
Scripting
01-13-2021, 17:58
Replies:
2
[CSGO] Use team m_iClanID
Views:
363
Posted By
notMe2
Re: [CSGO] Use team m_iClanID
Thank you! Will try
Forum:
Scripting
01-12-2021, 14:50
Replies:
2
[CSGO] Use team m_iClanID
Views:
363
Posted By
notMe2
[CSGO] Use team m_iClanID
Is it possible to use m_iClanID for custom purposes in my plugin or does it get overwritten by the game occasionally?
Forum:
Scripting
01-09-2021, 12:29
Replies:
2
[CSGO] Check if is freeze time
Views:
388
Posted By
notMe2
Re: [CSGO] Check if is freeze time
Thank you! Solved
Forum:
Scripting
01-08-2021, 16:24
Replies:
2
[CSGO] Check if is freeze time
Views:
388
Posted By
notMe2
[CSGO] Check if is freeze time
Is it possible to know if its freeze time (time before match start)?
Forum:
General
07-20-2020, 17:22
Replies:
2
Capture voice data
Views:
420
Posted By
notMe2
Re: Capture voice data
Hey TomL.
Any suggestions on where to start?
Thanks
Forum:
General
07-19-2020, 17:13
Replies:
2
Capture voice data
Views:
420
Posted By
notMe2
Capture voice data
I have come across this:
https://forums.alliedmods.net/showthread.php?t=249124
https://forums.alliedmods.net/showthread.php?t=145457
I have tried to used both without any success.
Is there...
Forum:
Scripting
08-01-2018, 16:27
Replies:
4
[CS:GO] Detect jump action when player is dead
Views:
516
Posted By
notMe2
Re: [CS:GO] Detect jump action when player is dead
Thank you! Solved.
Forum:
Scripting
07-30-2018, 14:11
Replies:
4
[CS:GO] Detect jump action when player is dead
Views:
516
Posted By
notMe2
Re: [CS:GO] Detect jump action when player is dead
Hi 1337norway,
Thank you for the answer, but the idea is not just spawn the player after death, but to wait him till press spacebar before doing so.
Forum:
Scripting
07-30-2018, 11:39
Replies:
4
[CS:GO] Detect jump action when player is dead
Views:
516
Posted By
notMe2
[CS:GO] Detect jump action when player is dead
The goal is when user press space bar it respawns. I tried both GetClientButtons and OnPlayerRunCmd but seems like when the player is dead the IN_JUMP key doesnt get triggered. Any other solution?
...
Forum:
General
07-18-2018, 13:01
Replies:
1
[CS:GO] How to get players competitive rank
Views:
541
Posted By
notMe2
[CS:GO] How to get players competitive rank
I tried to get it through m_iCompetitiveRanking in CCSPlayerResource without luck, its always 0. Anyone knows other method?
Forum:
Scripting
10-10-2016, 11:52
Replies:
5
Multiple queries (or queries queue)
Views:
876
Posted By
notMe2
Re: Multiple queries (or queries queue)
Thanks guys! both Mitchell and Kryptanyte solutions worked for me
Forum:
Scripting
10-07-2016, 14:05
Replies:
5
Multiple queries (or queries queue)
Views:
876
Posted By
notMe2
Re: Multiple queries (or queries queue)
Hey shavit, thanks for your tips.
The usual game is only 5 vs. 5, i don't think that the size of loop is the problem. The problem is that only the first query is executed, the other 9 (in case of...
Forum:
Scripting
10-07-2016, 11:51
Replies:
5
Multiple queries (or queries queue)
Views:
876
Posted By
notMe2
Multiple queries (or queries queue)
I'm trying to execute the code bellow, but the only the first query executes:
for(int i = 0; i <= MAXPLAYERS; i++)
{
if(!isValidClient(i))
continue;
//query build
...
Forum:
General
09-14-2016, 17:34
Replies:
2
SMAC like anticheat
Views:
832
Posted By
notMe2
SMAC like anticheat
Is there any new anti cheat like SMAC? Since the project was discontinued 2 years ago.
Forum:
Scripting
10-29-2015, 14:44
Replies:
3
HookUserMessage on new API Syntax
Views:
960
Posted By
notMe2
Re: HookUserMessage on new API Syntax
@Miu @Powerlord
Thanks
Forum:
Scripting
10-29-2015, 13:56
Replies:
3
HookUserMessage on new API Syntax
Views:
960
Posted By
notMe2
HookUserMessage on new API Syntax
I'm trying to adapt the "old" function prototype for the return action.
public void OnPluginStart()
{
HookUserMessage(GetUserMessageId("TextMsg"), Event_TextMsg, true);
}
public...
Forum:
Scripting
07-10-2015, 03:29
Replies:
11
Best way to see if plays is in determied area
Views:
1,319
Posted By
notMe2
Best way to see if plays is in determied area
right now i'm getting those 2 positions:
http://i.piccy.info/i9/6433eaed782748b28330e01c622f8053/1436221074/35928/914542/xyz.jpg
And using this:
public bool: InArea(Float:Area[2][3],...
Forum:
Scripting
07-07-2015, 18:16
Replies:
8
Creating trigger_multiple
Views:
1,128
Posted By
notMe2
Re: Creating trigger_multiple
@R1KO
witch is the best way to get those positions in game? been working on this all noon but cant find a way to spawn the entity correctly.
Forum:
Scripting
07-07-2015, 16:17
Replies:
8
Creating trigger_multiple
Views:
1,128
Posted By
notMe2
Re: Creating trigger_multiple
thanks, what i'm trying to do is to set a start point to a timer. Its working now, but what i want to do is create a entity and set onTouch hook on it do know if the client is on the start point or...
Forum:
Scripting
07-06-2015, 19:24
Replies:
8
Creating trigger_multiple
Views:
1,128
Posted By
notMe2
Re: Creating trigger_multiple
thank you :D
Forum:
Scripting
07-06-2015, 19:11
Replies:
8
Creating trigger_multiple
Views:
1,128
Posted By
notMe2
Re: Creating trigger_multiple
thanks for your answer, but, how do i get the vecMins and vecMaxs?
Forum:
Scripting
07-06-2015, 16:06
Replies:
8
Creating trigger_multiple
Views:
1,128
Posted By
notMe2
Creating trigger_multiple
I need to spawn a trigger_multiple on map. The objective is to make a start point/end point on a timer. So i got the "area" that i need to make it as start point, vmf gave me this:
entity
{
...
Forum:
Snippets and Tutorials
04-16-2015, 00:19
Replies:
43
[CS:GO] Changing weapon skin
Views:
42,444
Posted By
notMe2
Re: [CS:GO] Changing weapon skin
new skins id's
422 - ak elite build
423 - mp7 armor core
424 - awp worm god
425 - eagle bronze
426 - p250 valence
427 five7 - monkey busnes
428 galil - eco
Forum:
Scripting
04-15-2015, 20:55
Replies:
4
[CS:GO] Disable weapon skins
Views:
4,657
Posted By
notMe2
Re: [CS:GO] Disable weapon skins
SetEntProp(entity,Prop_Send,"m_iItemIDLow",0);
SetEntProp(entity,Prop_Send,"m_iItemIDHigh",0);
to the weapon, set it to 1 will crash
Showing results 1 to 25 of 65
Page 1 of 3
1
2
3
>
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
14:19
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Theme made by Freecode