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

Showing results 1 to 25 of 30
Search took 0.02 seconds.
Search: Posts Made By: Pohearts
Forum: Source Servers (SRCDS) 07-14-2018, 09:14
Replies: 5
Views: 1,571
Posted By Pohearts
Re: How To Change Skybox Only For LIVE GOTV Viewer?

out of curious, is there any video shows they have changed their skyboxes in GOTV?
Forum: Plugins 05-27-2017, 15:14
Replies: 141
Views: 43,605
Posted By Pohearts
Forum: Plugins 06-02-2016, 16:05
Replies: 107
Views: 147,474
Posted By Pohearts
Re: [ANY] Aimbot (Auto Aimer)

great work haha,

I have also create a pull request which includes 'Recoil control system' (auto-spray) from my old project :)
because i find it the fun part to play with aimbot is that it will...
Forum: Plugins 10-30-2015, 11:36
Replies: 765
Views: 328,513
Posted By Pohearts
Re: [CS:GO] TTT - Trouble in Terrorist Town [2.0.5]

There is two duplicated item in the Set C4 Timer menu as seen on following line:

http://git.tf/TTT/Plugin/blob/master/addons/sourcemod/scripting/ttt.sp#L2880
Forum: Plugins 10-30-2015, 10:15
Replies: 765
Views: 328,513
Posted By Pohearts
Re: [CS:GO] TTT - Trouble in Terrorist Town [2.0.5]

Hi, got a little question...
Why uses
ServerCommand("sm_slay #%i 5", GetClientUserId(iAttacker));

Instead of
ForcePlayerSuicide(iAttacker);

Thanks Bara
Forum: Scripting 06-24-2015, 13:38
Replies: 1
Views: 574
Posted By Pohearts
Socket extension - sending byte array

Greeting,
I am wondering is that possible to send byte array with Socket extension (v3.0.1)for SourceMod?
https://forums.alliedmods.net/showthread.php?t=67640
i have no idea how to achieve that as...
Forum: Extensions 06-23-2015, 04:57
Replies: 577
Views: 646,627
Posted By Pohearts
Re: [EXTENSION] Socket (3.0.1)

is that possible to send byte array with this extension?
i have no idea how to achieve that :/ ..

any help are appreciated
Forum: Plugins 06-10-2015, 05:28
Replies: 71
Views: 50,248
Posted By Pohearts
Re: [CS:GO] Smart Jail Doors (v0.2.1-beta, 2015-06-10)

Looks good, but what about a native bool for checking if current map has 'map config' set?
Forum: Plugins 05-27-2015, 00:40
Replies: 1,283
Views: 875,025
Posted By Pohearts
Re: [CS:S] RankMe (Version 2.8.3 - 19 Jul 12)

i use multicolors & replaced original 'colors.inc'
Forum: Plugins 05-04-2015, 00:32
Replies: 6
Views: 5,366
Posted By Pohearts
Re: [CS:S\CS:GO\TF2] JailBreak : KillReasons

Oh no, does it make you cooler to be author of the plugin by changing the name of it (or 'modded ' the author name you meant )..

Close this thread please..
Forum: Plugins 05-01-2015, 12:20
Replies: 83
Views: 104,734
Posted By Pohearts
Re: [CS:GO] killing messages and sounds

I've no idea why people still using GetMaxClient() which are deprecated for more than 7years...


Try to change the following start from line 112:

public Event_round_end(Handle:event, const...
Forum: Plugins 05-01-2015, 04:43
Replies: 83
Views: 104,734
Posted By Pohearts
Re: [CS:GO] killing messages and sounds

'cuz you can't use StrEqual for knife in CSGO.

Change in line 88 of csgo_5kill.sp:
else if(StrEqual(weapon,"knife"))
To:
else if (strncmp(weapon, "knife", 5) == 0)

then it should work.
Forum: General 04-28-2015, 15:05
Replies: 276
Views: 209,170
Posted By Pohearts
Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys

Finally a good SourcePawn editor,
i'm now trying to transit from notepad++ to this..
However,i would like to see a movable Ctrl+F windows like Notepad++ so i can move that windows to my second...
Forum: General 04-06-2015, 23:31
Replies: 2
Views: 665
Posted By Pohearts
Re: Override original files with map?

de_dust2_winter did the same
Forum: General 04-06-2015, 22:28
Replies: 6
Views: 4,462
Posted By Pohearts
Re: Help to rename player name in CSGO server

GoD-Tony said that there is now a SetClientName native in the latest SM 1.8 snapshots hence i assume the sm_rename would work if you use 1.8 snapshot

Give it a try
Forum: Plugins 04-06-2015, 22:19
Replies: 784
Views: 410,731
Posted By Pohearts
Re: [CS:GO] Pug Setup (v1.3.3, 2015-2-22)

Afaik, the Money also will be saved by default in competitive setting on csgo
Forum: Plugin/Gameplay Ideas and Requests 04-06-2015, 10:48
Replies: 6
Views: 1,395
Posted By Pohearts
Re: CSGO ranking system with website

afaik it is not that much sourcemod-dependency since it obey HL Log Standard to record and fetch user data from a log file..
ofc you can use a sourcemod plugin like SuperLogs for extended info...
Forum: Snippets and Tutorials 04-03-2015, 23:13
Replies: 86
Views: 136,098
Posted By Pohearts
Re: [CS:S/CS:GO] Change Player's Name

Thanks for the info!
But i guess it takes long for 1.8 come into stable release..
Forum: Plugin/Gameplay Ideas and Requests 04-02-2015, 14:29
Replies: 6
Views: 1,395
Posted By Pohearts
Re: CSGO ranking system with website

Try HLStatsX, it's free and work for CSGO
Forum: Source Servers (SRCDS) 04-01-2015, 07:35
Replies: 3
Views: 916
Posted By Pohearts
Re: Bots play by themselves

i dunno if sv_hibernate_when_empty 0 will do the job..
cuz server will hibernate when no real player in game by default
Forum: General 04-01-2015, 05:54
Replies: 14
Views: 1,978
Posted By Pohearts
Re: WTH ! upsidedown ???

i don't get it, what do you mean by up-side down http://i.imgur.com/IHbQ1tp.png ?
Forum: Plugin/Gameplay Ideas and Requests 03-27-2015, 14:43
Replies: 4
Views: 1,718
Posted By Pohearts
Re: [ CSGO ] chat command > sound play

Should be simple enough,
The way I do is to plugin like that is to hook the chat and use EmitSoundToAll..
Maybe there's better way to do so
Forum: Plugins 03-08-2015, 05:05
Replies: 26
Views: 39,518
Posted By Pohearts
Re: [CSGO] SRank - a csgo ranking system

is that only me or not that in the code is still using deprecated GetClientAuthString? :/
Should be from this..

to this..



-----
GetClientName will return string but not an integer number....
Forum: Plugins 03-06-2015, 06:15
Replies: 48
Views: 63,526
Posted By Pohearts
Re: Fake VAC Ban

looks like c+p code..

also, shouldn't you use \x07 instead of {red} so it require less dependency for such a simple plugin?
Forum: Plugins 02-17-2015, 14:32
Replies: 126
Views: 80,990
Posted By Pohearts
Re: [CSGO] BlockBuilder

sick plugin indeed, also recalled my memories of 1.6..lol
Showing results 1 to 25 of 30

 
Forum Jump

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


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