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

Showing results 1 to 25 of 44
Search took 0.00 seconds.
Search: Posts Made By: 694372459
Forum: General 05-11-2020, 23:09
Replies: 19
Views: 5,683
Posted By 694372459
Re: Latest update has fucked everything

source2 will fuck everything again.
take it easy xD
Forum: Plugins 02-24-2020, 02:03
Replies: 41
Views: 30,811
Posted By 694372459
Forum: General 11-18-2019, 23:48
Replies: 7
Views: 11,197
Posted By 694372459
Re: Font size and color are broken in CSGO HintText and CenterText

it seems that all html tag is broken
edited: <br> is work
Forum: Extensions 12-05-2018, 01:31
Replies: 129
Views: 103,456
Posted By 694372459
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Hi, thanks for replying :)

here's my code:


#include <sourcemod>
#include <system2>

#define FTP_HOST ""
#define FTP_PORT
Forum: Extensions 09-08-2018, 12:20
Replies: 129
Views: 103,456
Posted By 694372459
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Hi, I've tested FTP download feature, after finish the downloaded file is 0kb (empty), can you check it? :3

P.S the legacy ftp download native works fine
Forum: General 06-17-2018, 14:56
Replies: 3
Views: 1,103
Posted By 694372459
Re: Problem with rounds

try OnRoundStart?
Forum: General 06-17-2018, 14:46
Replies: 1
Views: 718
Posted By 694372459
Re: How do i show Admin and name in css

check cfg/sourcemod/sourcemod.cfg

// Specifies how admin activity should be relayed to users. Add up the values
// below to get the functionality you want.
// 1: Show admin activity to...
Forum: General 06-17-2018, 14:39
Replies: 1
Views: 715
Posted By 694372459
Re: welcome message

make sure "sm_cvar sv_disable_motd 0" and edit motd.txt on /csgo folder
Forum: General 02-08-2018, 23:30
Replies: 8
Views: 18,317
Posted By 694372459
Re: [CS:GO]How do I install SourceMod for a local server (Offline with Bots)?

1.Put sourcemod and metamod in your game dir
2.Set launch options: -insecure
3.Load map by typing "map <mapname>" in console
Forum: Extensions 08-28-2017, 02:26
Replies: 82
Views: 54,324
Posted By 694372459
Re: CmdFix - CS:GO Server Crash Exploit Fix

I'm sorry I still can't found it :(
Forum: Extensions 08-26-2017, 23:25
Replies: 82
Views: 54,324
Posted By 694372459
Re: CmdFix - CS:GO Server Crash Exploit Fix

Hi God-Tony, I can't found your plugin "setinfo crash fix", please tell me where I can download, thanks !!
Forum: General 03-31-2015, 10:42
Replies: 1
Views: 792
Posted By 694372459
Re: HUD help

gameinstructor_enable 0
Type on console
Forum: Scripting 09-30-2014, 12:27
Replies: 4
Views: 1,156
Posted By 694372459
Re: [Help] About KeyValue

still not work on KeyValuesToFile() D:
Forum: Scripting 09-30-2014, 11:59
Replies: 4
Views: 1,156
Posted By 694372459
Re: [Help] About KeyValue

thank you very much XD!!!
Forum: Scripting 09-30-2014, 10:10
Replies: 4
Views: 1,156
Posted By 694372459
[Help] About KeyValue

How to let SectionName include "/" ?

for example


"123/456"
{
"..."
}
Forum: Plugin/Gameplay Ideas and Requests 09-30-2014, 10:09
Replies: 2
Views: 488
Posted By 694372459
Forum: Plugin/Gameplay Ideas and Requests 09-30-2014, 09:51
Replies: 2
Views: 488
Posted By 694372459
[Question]About KeyValue

How to let SectionName include "/" ?

for example


"123/456"
{
"..."
}
Forum: Zombie:Reloaded 09-25-2014, 11:25
Replies: 2
Views: 1,066
Posted By 694372459
Re: Entity count problem

Finally I found the solution:just note

WeaponsRefreshAllClientWeapons(client)

on

WeaponOnClientSpawnPosy()

and done.
this function will add more 『CurrentPlayer * 4』entity each round
Forum: Metamod:Source Plugins 09-20-2014, 21:39
Replies: 180
Views: 157,583
Posted By 694372459
Re: Create Edict Fixer.

it doen't support windows? D:
Forum: Zombie:Reloaded 09-20-2014, 06:01
Replies: 2
Views: 1,066
Posted By 694372459
Entity count problem

hi all.

my zombie escape server usually crash and show "Engine Error,ED_Alloc: no free edicts"


and I found that if I only load ZR plugin (with sm base plugins), that EntityCount() report more...
Forum: Plugin/Gameplay Ideas and Requests 09-12-2014, 09:35
Replies: 7
Views: 4,590
Posted By 694372459
Re: CSGO: Advertisements/Color Help

hi ,u need this.

Download it and put it to
sourcemod/scripting/include

and open your advertistment sourcecode, change
#include<morecolors>
to
#include<csgocolors>
Forum: Plugin/Gameplay Ideas and Requests 09-08-2014, 06:46
Replies: 2
Views: 2,421
Posted By 694372459
Re: Request countdown plugin

#include <sourcemod>
#include <sdktools>

new Second;
new Handle:Countdown = INVALID_HANDLE;

public Plugin:myinfo =
{
name = "A simple Countdown plugin",
author = "",
Forum: Plugin/Gameplay Ideas and Requests 09-08-2014, 05:59
Replies: 8
Views: 2,223
Posted By 694372459
Re: [CSGO] Looking for a plugin that can restrict teams on certain maps

mp_humanteam ct // player can just only join CT
mp_humanteam t // player can just only join T
mp_humanteam any // no team limit
Forum: Plugin/Gameplay Ideas and Requests 09-08-2014, 05:55
Replies: 3
Views: 714
Posted By 694372459
[REQ] RadioText Color

How to add a color print in RadioText? like:

XXXX (Radio): Fire in the hole!


thx
Forum: Scripting 07-17-2014, 19:12
Replies: 0
Views: 544
Posted By 694372459
Help with func_physbox

How can I get "func_physbox" health?

I try GetEntProp(i, Prop_Data, "m_iHealth");

it can get func_breakable health,but can't get func_physbox.

How to get func_physbox health?


(sorry my...
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT -4. The time now is 09:06.


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