Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: ABCDEFGH23
Forum: Plugins 12-20-2020, 06:54
Replies: 1
Views: 1,929
Posted By ABCDEFGH23
Re: [TF2] Funny Mind Control

also, you can control two or three or ten or 33 players
Forum: Plugins 12-20-2020, 06:36
Replies: 1
Views: 1,929
Posted By ABCDEFGH23
[TF2] Funny Mind Control

https://fsnhm1235.github.io/123/adfsadf.png
Engineer Is Mine
https://fsnhm1235.github.io/123/123123asf.png
Soldier Is Mine
https://fsnhm1235.github.io/123/sssss.png
Engineer and Soldier is Mine...
Forum: Scripting 10-07-2020, 02:36
Replies: 1
Views: 843
Posted By ABCDEFGH23
Get Variable Address, Is it possible?

#include <sourcemod>
#include <sdktools>

Handle hTest;

public void OnPluginStart(){

Handle Config = LoadGameConfigFile("config");

StartPrepSDKCall(SDKCall_Static);
Forum: Scripting 10-03-2020, 00:13
Replies: 2
Views: 1,524
Posted By ABCDEFGH23
Forum: Scripting 10-02-2020, 20:51
Replies: 2
Views: 1,524
Posted By ABCDEFGH23
Can SDKCall Return String?

ConditionNames:

"TF_COND_AIMING"(0)
"TF_COND_ZOOMED"(4)
"TF_COND_DISGUISING"(8)
"TF_COND_DISGUISED"(0xC) //12
"TF_COND_STEALTHED"(0x10) //16
"TF_COND_INVULNERABLE"(0x14) //20
.
.
Forum: Scripting 09-26-2020, 05:28
Replies: 4
Views: 2,382
Posted By ABCDEFGH23
what is SetTransmit?

idk


public Action OnTransmit(int entity, int client)
{
return Plugin_Continue;
}
Forum: Scripting 09-05-2020, 19:56
Replies: 0
Views: 838
Posted By ABCDEFGH23
usermessage lag

----------Video Link---------- (https://fsnhm1235.github.io/123/lag.mp4)

https://fsnhm1235.github.io/123/red_dots.png
Forum: Scripting 08-18-2020, 20:24
Replies: 1
Views: 882
Posted By ABCDEFGH23
is SDKCall can Call Create()?

CBaseEntity::Create(char const* class_name, Vector const& origin, QAngle const& angle, CBaseEntity*);

call Create() function = crashes



Handle Config;
Handle hCreate;

public void...
Forum: General 07-18-2020, 06:22
Replies: 1
Views: 829
Posted By ABCDEFGH23
What's the difference between Edict and Entity?

What's the difference between Edict and Entity?
Forum: Scripting 07-02-2020, 06:24
Replies: 2
Views: 822
Posted By ABCDEFGH23
Forum: Scripting 06-27-2020, 02:31
Replies: 2
Views: 822
Posted By ABCDEFGH23
[TF2]How can i get Equip Reigons Name With EntIndex?

EX:
hat
arms, feet
head_skin
necklace
glasses
back
scout_shirt
.
.
Forum: Scripting 06-22-2020, 07:48
Replies: 0
Views: 353
Posted By ABCDEFGH23
function problem

void testfunc(int a){

a = 10;

}

int b;
testfunc(b);
PrintToChatAll("b: %d", b);
Forum: Scripting 06-14-2020, 00:07
Replies: 1
Views: 711
Posted By ABCDEFGH23
tf_wearable problems

void GiveHat(int client, int index, int level, int quality, bool Preserve, int attributesCount, int[] attributes, float[] attributesVal)
{
Handle hItem = TF2Items_CreateItem(OVERRIDE_ALL);
int...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT -4. The time now is 21:37.


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