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

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: ayyyyyyylmao
Forum: Scripting 07-09-2020, 06:09
Replies: 0
Views: 663
Posted By ayyyyyyylmao
Validating mousedx mousedy with player's viewangles

Hi, i want to calculate mousedx mousedy in OnPlayerRunCmd forward to check is player using aimbot(compare server mouse with client mouse, with a bit of inaccuracies of course). How i can build it...
Forum: Scripting 08-22-2018, 09:53
Replies: 6
Views: 1,134
Posted By ayyyyyyylmao
Re: [CS:GO] how i can check if bullet was through the wall

csgo doesnt have player_hurt event, no?
Forum: Scripting 08-21-2018, 02:47
Replies: 6
Views: 1,134
Posted By ayyyyyyylmao
[CS:GO] how i can check if bullet was through the wall

all in title, i want return true, if bullet through the wall
Forum: Scripting 08-11-2018, 03:59
Replies: 1
Views: 711
Posted By ayyyyyyylmao
disable default game sounds

it is possible? i want disable headshot sound(headshot1/2.wav)
Forum: Scripting 08-10-2018, 15:17
Replies: 5
Views: 1,018
Posted By ayyyyyyylmao
Forum: Scripting 08-10-2018, 11:06
Replies: 5
Views: 1,018
Posted By ayyyyyyylmao
Re: my hook wont work

yup, plugin_handled works, but i want make low damage, like 5.0 instead 30.0
Forum: Scripting 08-10-2018, 09:44
Replies: 5
Views: 1,018
Posted By ayyyyyyylmao
my hook wont work

public OnPluginStart()
{
HookEvent("player_hurt", hurtEvent);
}

public Action:hurtEvent(Handle:event,const String:name[],bool:dontBroadcast)
{
SetEventInt(event, "dmg_health", 0);...
Forum: Scripting 08-10-2018, 07:34
Replies: 3
Views: 979
Posted By ayyyyyyylmao
Re: disable blood splatter on walls

how i can get client id of blood's owner?
Forum: Scripting 08-10-2018, 05:46
Replies: 3
Views: 979
Posted By ayyyyyyylmao
disable blood splatter on walls

how i can do that? title says all, me need disable the original blood if player recieved damage from player with steam == "STEAM_0:0:000000"
ps old css
Forum: Scripting 08-09-2018, 10:19
Replies: 6
Views: 975
Posted By ayyyyyyylmao
Need a formula (Origin To Angles)

Me need a formula, convert players origin to angles, smth like
new Float:origin = GetClientAbsOrigin(enemy);
new Float:angles = OriginToAngles(origin);
if (angles[0] == 89 && angles[1] == 0)...
Forum: Scripting 08-09-2018, 08:53
Replies: 8
Views: 2,079
Posted By ayyyyyyylmao
Forum: Scripting 08-09-2018, 08:52
Replies: 8
Views: 2,079
Posted By ayyyyyyylmao
Re: How i can trace EVERYTHING around player?

meh, my raytraces so bad, like i can see the player, but trace cant
Forum: Scripting 08-09-2018, 07:57
Replies: 8
Views: 2,079
Posted By ayyyyyyylmao
Re: How i can trace EVERYTHING around player?

nonono, im making visible-check for my plugin, like if i can see any player, i receive they steamid, if i can see noone, i will receive -1
Forum: Scripting 08-09-2018, 07:12
Replies: 8
Views: 2,079
Posted By ayyyyyyylmao
How i can trace everyone around me?

im using old syntax, here is my trace snippet

stock TraceClientViewEntity(cl)
{
new Float:m_Origin[3];
new Float:m_angRotation[3];
GetClientEyePosition(cl, m_Origin);
...
Forum: Scripting 06-08-2018, 07:26
Replies: 1
Views: 821
Posted By ayyyyyyylmao
[old css] How i can make server-side spread/recoil generation?

Im tryna use
angles[1] = angles[1] + GetRandomFloat(-5.00,5.00) /*OnPlayerCmd*/
Its working, but, everyone see screen shakes, how i can remove this shakes or how i can make serverside spread w/o...
Forum: Scripting 04-16-2018, 04:22
Replies: 3
Views: 1,270
Posted By ayyyyyyylmao
Re: How i can remove defined decals from map?

yea, i need block/clear decal, but r_cleardecals clears all decals on the map
Forum: Scripting 04-16-2018, 03:55
Replies: 3
Views: 1,270
Posted By ayyyyyyylmao
How i can remove defined decals from map?

everything in title, like i want make command, sm_cleardecals <decal name>
example: sm_cleardecals "bullets" ,sm_cleardecals "blood" , sm_cleardecals "all"
Forum: Scripting 04-15-2018, 06:39
Replies: 3
Views: 1,442
Posted By ayyyyyyylmao
SDKHooks_TakeDamage error

"SDKHooks_TakeDamage" reported: SDKHooks_TakeDamage is not supported on this engine.

What i can use instead this?
Forum: Scripting 04-14-2018, 03:57
Replies: 2
Views: 908
Posted By ayyyyyyylmao
Forum: Scripting 04-14-2018, 03:25
Replies: 2
Views: 908
Posted By ayyyyyyylmao
List of Admin-Flags?

like
"z" - ADMFLAG_ROOT
"c" - admflag_blabla...
Forum: Scripting 04-02-2018, 08:57
Replies: 1
Views: 945
Posted By ayyyyyyylmao
How i can check player in buyzone?

I wanna slap player if player in buyzone, how i can do that? I was seen buyzone protector but its another thing and outdated
Forum: Scripting 04-02-2018, 05:46
Replies: 3
Views: 1,204
Posted By ayyyyyyylmao
Re: How to remove GUI spectator

use hidepanel command
Forum: Scripting 04-02-2018, 05:43
Replies: 8
Views: 1,650
Posted By ayyyyyyylmao
Forum: Scripting 04-01-2018, 07:54
Replies: 8
Views: 1,650
Posted By ayyyyyyylmao
Forum: Scripting 04-01-2018, 07:00
Replies: 8
Views: 1,650
Posted By ayyyyyyylmao
Re: How i can drop weapon and instantly switch to another slot?

Same error.
Can u give code which works? Maybe im doing smth wrong
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT -4. The time now is 14:56.


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