Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: mastah7991
Forum: Snippets and Tutorials 01-13-2019, 14:03
Replies: 5
Views: 2,844
Posted By mastah7991
Forum: Snippets and Tutorials 01-13-2019, 13:18
Replies: 5
Views: 2,844
Posted By mastah7991
[CS:GO][/ANY] Colored Flashlight

Hi :D
i want show you simple code to create a flashlight

float playerPos[3];
float playerAng[3];
GetEntPropVector(client, Prop_Send, "m_vecOrigin", playerPos);
GetEntPropVector(client,...
Forum: Scripting 02-21-2018, 05:19
Replies: 4
Views: 3,328
Posted By mastah7991
Re: [CS:GO] remove blur on scope - sg556/aug

you can't set fov when you use sg556 or another weapon with scope
Forum: Scripting 02-20-2018, 10:53
Replies: 4
Views: 3,328
Posted By mastah7991
Re: [CS:GO] remove blur on scope - sg556/aug

make zoom? how?

SetEntProp(weapon, Prop_Send, "m_iIronSightMode", 1);

?
Forum: Scripting 02-18-2018, 17:48
Replies: 4
Views: 3,328
Posted By mastah7991
[CS:GO] remove blur on scope - sg556/aug

Hi
Is it possible to remove blur when you scoped?

https://media.discordapp.net/attachments/340845703549157376/414915774319427584/blur.PNG

I know how to do on client-side but is it possible on...
Forum: Coding MM:S Plugins & SM Extensions 06-29-2016, 17:47
Replies: 1
Views: 786
Posted By mastah7991
[EXT] How to use sourcemod in extension

Hi

Is it possible to use sourcemod function in extension?

like
sourcemod->GetEntPropEnt(....);

or how to hook natives in C++.

i know about g_pSM class and i know i can use this but it...
Forum: Coding MM:S Plugins & SM Extensions 06-29-2016, 16:47
Replies: 2
Views: 983
Posted By mastah7991
Re: Hook OnClientPutInServer [EXT]

i looking for player index

i worked it out.
int client = gamehelpers->IndexOfEdict(pEntity)
Forum: Coding MM:S Plugins & SM Extensions 06-29-2016, 15:31
Replies: 2
Views: 983
Posted By mastah7991
Hook OnClientPutInServer [EXT]

Hi.

How can i hook when player put in server and return player id.

I try
SH_DECL_HOOK2_void(IServerGameClients, ClientPutInServer, SH_NOATTRIB, 0, edict_t *, char const *);

//metamodload...
Forum: Coding MM:S Plugins & SM Extensions 05-01-2016, 10:46
Replies: 2
Views: 1,110
Posted By mastah7991
Re: problem with SMEXT_CONF_METAMOD

i used standard ambuild files and ambuild script to compile cstrike extension and i have problem

[03] <FAILED> file "game.cstrike.ext.2.csgo.so": /.../extensions/game.cstrike.ext.2.csgo.so:...
Forum: Coding MM:S Plugins & SM Extensions 04-26-2016, 11:42
Replies: 3
Views: 1,021
Posted By mastah7991
Re: extension undefined symbol myself

solved :D thank you :)
Forum: Coding MM:S Plugins & SM Extensions 04-25-2016, 15:40
Replies: 2
Views: 1,110
Posted By mastah7991
problem with SMEXT_CONF_METAMOD

Hi.

i have problem. i want write extesion for csgo and i want use SMEXT_CONF_METAMOD but when i uncomment line with SMEXT_CONF_METAMOD i have problem with run plugin.

my plugin current have...
Forum: Coding MM:S Plugins & SM Extensions 04-05-2016, 14:42
Replies: 3
Views: 1,021
Posted By mastah7991
extension undefined symbol myself

Hi.
i have problem with extension

#include <sourcemod_version.h>
#include "extension.h"

Test g_test;
ISourceMod *sourcemod_h = NULL;
SMEXT_LINK(&g_test);
Forum: Plugins 02-22-2016, 16:03
Replies: 89
Views: 134,411
Posted By mastah7991
Re: [CS:S/CS:GO] Paintball

1. https://www.youtube.com/watch?v=7QXyF_fLI64
Forum: Scripting 04-22-2015, 12:31
Replies: 7
Views: 2,383
Posted By mastah7991
Re: CreateDataTimer MEMORY LEAK DETECTED IN PLUGIN

r3dw3r3w0lf thank you very much
it's working <3
Forum: Scripting 04-22-2015, 11:45
Replies: 7
Views: 2,383
Posted By mastah7991
Forum: Scripting 04-22-2015, 11:25
Replies: 7
Views: 2,383
Posted By mastah7991
CreateDataTimer MEMORY LEAK DETECTED IN PLUGIN

Hi.
how to "remove" handles ?
for(new i=0;i <= 16000;i++)
{

new Handle:pack = CreateDataPack();

CreateDataTimer(0.0, TESTTESTTEST, pack);
WritePackCell(pack,client);
Forum: Scripting 02-01-2015, 18:34
Replies: 1
Views: 770
Posted By mastah7991
SQL_TQuery + Data(pack) + error 100

Hi.
I have problem with sql and datapack


//...
new Handle:data = CreateDataPack();
WritePackCell(data, client);
WritePackCell(data, power);
//...
SQL_TQuery(g_hSQL,...
Forum: Scripting 11-02-2014, 09:01
Replies: 0
Views: 687
Posted By mastah7991
bullet decals or shots

Hi everyone.
how can i remove the bullet decal or completly off this shots ?

~mastah
Forum: Scripting 09-16-2014, 03:00
Replies: 2
Views: 2,222
Posted By mastah7991
Re: [CS:GO]/[ANY] fly entity and velocity :x

Hi.
How to set inertia. I must set mass 0 and gravity0.0 or movetyp fly and entity active?
Forum: Scripting 09-15-2014, 17:11
Replies: 2
Views: 2,222
Posted By mastah7991
[CS:GO]/[ANY] fly entity and velocity :x

Hi
I create entity
new ent = CreateEntityByName("prop_physics_override
And i set model
SetEntityModel(ent, "models/...");
And i set speed
TeleportEntity(ent, end, ang, fVelocity);
Ok. it...
Showing results 1 to 20 of 20

 
Forum Jump

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


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