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

Showing results 1 to 25 of 325
Search took 0.02 seconds.
Search: Posts Made By: Kellan123
Forum: Scripting 11-16-2020, 14:26
Replies: 4
Views: 1,329
Posted By Kellan123
Re: [CS:GO] Silent footsteps

https://sm.alliedmods.net/new-api/sdktools_sound/AddNormalSoundHook
Forum: Extensions 08-15-2020, 06:29
Replies: 846
Views: 574,856
Posted By Kellan123
Re: [ANY] SteamWorks

New Syntax Updated
Forum: Scripting 08-15-2020, 04:10
Replies: 5
Views: 776
Posted By Kellan123
Re: Tag mismatch

decl int:sHead; > int sHead; (GetEventInt)
Forum: Scripting 08-14-2020, 01:18
Replies: 2
Views: 835
Posted By Kellan123
Re: [CS:GO]I ned modify this plugins

Levels Ranks Core v2.3.6.zip\Core\addons\sourcemod\scripting\levels_rank
Forum: Plugins 08-06-2020, 15:21
Replies: 32
Views: 32,023
Posted By Kellan123
Forum: Plugins 08-06-2020, 15:16
Replies: 36
Views: 43,444
Posted By Kellan123
Forum: General 08-03-2020, 13:43
Replies: 2
Views: 892
Posted By Kellan123
Re: Server Crash Error is Back

Steam account token was reused elsewhere @XMateiXGO
Forum: Scripting 07-23-2020, 10:28
Replies: 4
Views: 2,059
Posted By Kellan123
Re: [CSGO] Block round end panel?

https://forums.alliedmods.net/showthread.php?t=190279
Forum: Scripting 07-23-2020, 10:23
Replies: 3
Views: 1,398
Posted By Kellan123
Re: [CS:GO] Calculate jump distance(long jump)

https://sm.alliedmods.net/new-api/vector/GetVectorDistance
Forum: Extensions 07-09-2020, 16:14
Replies: 846
Views: 574,856
Posted By Kellan123
Forum: Scripting 06-22-2020, 10:24
Replies: 14
Views: 2,866
Posted By Kellan123
Re: Block E

try my post again
Forum: Scripting 06-22-2020, 09:13
Replies: 14
Views: 2,866
Posted By Kellan123
Re: Block E

https://forums.alliedmods.net/showthread.php?t=271450
Forum: Scripting 06-21-2020, 12:31
Replies: 5
Views: 1,183
Posted By Kellan123
Re: Hidden Noclip Plugin

Administrator already hide his post the source is:

PS: ?!?
Forum: Scripting Help 06-20-2020, 03:56
Replies: 7
Views: 1,303
Posted By Kellan123
Re: Admin Mark

What errors he throw, show logs ?
Forum: Scripting 06-20-2020, 03:53
Replies: 2
Views: 1,504
Posted By Kellan123
Forum: Scripting 06-20-2020, 03:51
Replies: 14
Views: 2,866
Posted By Kellan123
Re: Block E

#include <sourcemod>
#include <sdktools>

#pragma semicolon 1

public Action:OnPlayerRunCmd(client, &buttons)
{
if(buttons & IN_USE)
{
new target = GetClientAimTarget(client, false);
Forum: Scripting 06-17-2020, 12:57
Replies: 5
Views: 1,589
Posted By Kellan123
Re: weapon_shield bug

#backwards =>


stock RemovePlayerShield(client)
{
new iWeapon = GetPlayerWeaponSlot(client, 11);

if(iWeapon != -1)
{
if(IsValidEdict(iWeapon) &&...
Forum: Scripting 06-16-2020, 13:12
Replies: 4
Views: 845
Posted By Kellan123
Re: remove knife

the build is failing :bee:
Forum: Scripting 06-16-2020, 13:11
Replies: 4
Views: 845
Posted By Kellan123
Re: remove knife

#peace-maker (timer-weapons.sp plugin) =>


stock RemovePlayerKnife(client)
{
new iWeapon = -1;
while((iWeapon = GetPlayerWeaponSlot(client, CS_SLOT_KNIFE)) != -1)
{
if(iWeapon > 0)
{
Forum: Scripting 06-16-2020, 13:08
Replies: 3
Views: 810
Posted By Kellan123
Re: Need help with gravity and autobhop in menu

Wrong topic, correct is here ( https://forums.alliedmods.net/forumdisplay.php?f=60 ).
Forum: Extensions 06-15-2020, 11:44
Replies: 161
Views: 116,906
Posted By Kellan123
Re: CollisionHook

Thank you, this one works good (CS GO Only) ;O
Forum: General 06-14-2020, 04:33
Replies: 6
Views: 1,518
Posted By Kellan123
Forum: Scripting Help 06-14-2020, 04:32
Replies: 2
Views: 833
Posted By Kellan123
Forum: Scripting 06-14-2020, 04:30
Replies: 1
Views: 690
Posted By Kellan123
Re: Show data from database

https://wiki.alliedmods.net/SQL_(SourceMod_Scripting)
Forum: Extensions 06-14-2020, 01:24
Replies: 161
Views: 116,906
Posted By Kellan123
Re: CollisionHook

CS GO

Peace-Maker one is crashing when i join the server.
Showing results 1 to 25 of 325

 
Forum Jump

All times are GMT -4. The time now is 04:26.


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