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

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: xuxinsheng1
Forum: General 12-06-2020, 06:37
Replies: 5
Views: 6,968
Posted By xuxinsheng1
Re: [CSGO] Disable 1v1 Arena after Broken Fang update

I had seen some files will replaced when game update,but some not.
I guess it's depending on those files have new release?


:)enjoy ~
Forum: General 12-06-2020, 04:24
Replies: 5
Views: 6,968
Posted By xuxinsheng1
[CSGO] Disable 1v1 Arena after Broken Fang update

Simple way:
csgo/scripts/vscripts/warmup/warmup_teleport.nut
function OnPostSpawn()
{
...
if (GAMEMODE == 1 && GAMETYPE == 0) // check if we're running comp
{
COMPMATCH = true;
}
...
Forum: General 05-30-2017, 12:05
Replies: 1
Views: 720
Posted By xuxinsheng1
[CSGO]how to load plugins for listenserver at 2017

excuse me
how to load plugins for listenserver at 2017?
I had scrds server,but I really need a client with plugins
that can't use srcds to do
I've tried to -LoadPluginsForClient
but that just...
Forum: Extensions 04-26-2017, 06:47
Replies: 325
Views: 282,406
Posted By xuxinsheng1
Re: [EXTENSION] [L4D2] 8+ players Bug Fixes (1.0.2)

hi. so are you using windows dedicated server?:3
Forum: Extensions 04-23-2017, 05:55
Replies: 325
Views: 282,406
Posted By xuxinsheng1
Re: [EXTENSION] [L4D2] 8+ players Bug Fixes (1.0.2)

it doesn't work 2.1.4.7
windows dedicated server
please please
Forum: Scripting 05-09-2016, 00:41
Replies: 1
Views: 796
Posted By xuxinsheng1
[csgo]how to control Prop individual timescale

When I make a Physics Object in the map
I need to control its phys_timescale.
when using cvar"phys_timescale".all object will have been effected,that's not I'm want to happen.

I need to control...
Forum: General 03-21-2016, 05:37
Replies: 2
Views: 4,391
Posted By xuxinsheng1
FollowCSGOServerGuidelines doesn't work

I set
core.cfg\
"FollowCSGOServerGuidelines" "no"
But I still can't get the knife.
I just want to try knife in the LAN server.

I used 2 version of :sourcemod-1.7.3-git5301-windows and ...
Forum: Scripting 01-08-2016, 22:51
Replies: 2
Views: 412
Posted By xuxinsheng1
Can I pass more data through CreateTimer?

I knew that we can use:
CreateTimer(1.0, aTimerHandle, Data):

but it's only 1 data here

how can I use more data there?


sorry for my bad English :)
Forum: Scripting 09-23-2015, 11:49
Replies: 0
Views: 996
Posted By xuxinsheng1
How to improve prop_physics bullet fly speed?

I made a prop_physics then use it for a cannon
I used phys_thruster and set a very high amount but it seems like have a limit
even I setted higher speed ,but always same as 10000 speed (I guess...
Forum: Scripting 02-24-2015, 11:52
Replies: 1
Views: 604
Posted By xuxinsheng1
How to Get Time(Date) on internet or otherwise

I tried use FormatTime but it will not show real time when computer's time had change.
How can I get real date instead of "Computer's Time"?
through the internet?How to do?


sorry my bad English
Forum: Scripting 02-05-2015, 21:35
Replies: 8
Views: 2,173
Posted By xuxinsheng1
Re: How to reset or close a timer before it fired

thank you very much that worked!!!!!

:))))))))))))))))))))))))))))))))))))))))

thanks thanks very thanks


and thanks every one :D :3
Forum: Scripting 02-05-2015, 11:46
Replies: 8
Views: 2,173
Posted By xuxinsheng1
Re: How to reset or close a timer before it fired

I do this but not work

new Handle:MoveTHandle = INVALID_HANDLE;
public OnPlayerHurt(Handle:event, const String:name[], bool:dontBroadcast)
{
KillTimer(MoveTHandle);
new iUserid =...
Forum: Scripting 02-05-2015, 09:21
Replies: 8
Views: 2,173
Posted By xuxinsheng1
How to reset or close a timer before it fired

sorry my bad English

I create a function to make player move slowly:

public OnPlayerHurt(Handle:event, const String:name[], bool:dontBroadcast)
{
new iUserid =...
Forum: Plugins 10-24-2014, 00:05
Replies: 1,792
Views: 1,015,224
Posted By xuxinsheng1
Re: [CS:GO] WarMod [BFG] <Beta v0.2.5.7, 27-Aug-2014>

where can I find file in the warmod.sp line 17: "#include <zip>" zip.inc?

thank you for help me :)
Forum: Scripting 08-09-2013, 05:13
Replies: 5
Views: 2,599
Posted By xuxinsheng1
Re: help me for strcontains thanks~

thanks thanks very thanks I fixed it thanks!!!!!!!!!!!!!!!! :)
Forum: Scripting 08-08-2013, 06:06
Replies: 5
Views: 2,599
Posted By xuxinsheng1
Re: help me for strcontains thanks~

now it warning :
line 34 warning 204:symbol is assigned a value that is never used:"g_hostname"
if(StrContains("g_hostname", "XXX #1", false) != -1)

can I ignore ?

news:now i test the...
Forum: Scripting 08-08-2013, 00:14
Replies: 5
Views: 2,599
Posted By xuxinsheng1
help me for strcontains thanks~

#undef REQUIRE_PLUGIN
#include <sdktools>
#include <adminmenu>
#include <sourcemod>
#include <string>

new g_hostname;
new c_hostname;

public OnPluginStart()
Forum: Scripting 05-25-2013, 06:24
Replies: 0
Views: 452
Posted By xuxinsheng1
[Urgent need]latest Warmod sourcecode for CSGO

I very very need latest warmod sourcecode for CSGO
fast is better I wishful early use that to compile plugins in my server
because I need DIY for us Clan the autorecord function
I need latest...
Forum: Scripting 05-06-2013, 02:01
Replies: 8
Views: 3,675
Posted By xuxinsheng1
Re: [Help]"BfWriteByte was not found" in CSGO...

em now I reinstall CSGO ,SM ,MMS.sm_rcon is work
now I have a new scripting have BfWriteByte in CSGO is
https://forums.alliedmods.net/showthread.php?p=1593727
I need help thanks
Forum: Scripting 05-03-2013, 04:34
Replies: 8
Views: 3,675
Posted By xuxinsheng1
Re: [Help]"BfWriteByte was not found" in CSGO...

Thank you very mach. these can use and no any problem.
thankssssssssssssssssss!!!!!!!!!!!!!!!
and then I have a new question
I use SM 1.6.0-hg3908 with MM:S 1.10.0-hg837
but I can't use command...
Forum: Scripting 05-02-2013, 11:07
Replies: 8
Views: 3,675
Posted By xuxinsheng1
Re: [Help]"BfWriteByte was not found" in CSGO...

can you edit Zombie Riot to fix BfWriteByte here:https://forums.alliedmods.net/showthread.php?t=73620&highlight=zombie+riot
Forum: Scripting 05-02-2013, 10:55
Replies: 8
Views: 3,675
Posted By xuxinsheng1
Re: [Help]"BfWriteByte was not found" in CSGO...

can you send you STEAM URL to my "Private Message" and I add you friend?
Forum: Scripting 05-02-2013, 06:42
Replies: 8
Views: 3,675
Posted By xuxinsheng1
[Help]"BfWriteByte was not found" in CSGO...

"BfWriteByte was not found" in CSGO...
Em hi all. I sad many day. I can't find hot to fix this easiest way.
I need some help.Just tell me what to replace "BfWriteByte" in scripting do it.
Thanks...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT -4. The time now is 01:33.


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