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

Showing results 1 to 25 of 97
Search took 0.01 seconds.
Search: Posts Made By: nxlinux
Forum: Scripting 09-23-2017, 03:21
Replies: 7
Views: 1,850
Posted By nxlinux
Re: [l4d2]what is this Particles

how can i code this?
Forum: Scripting 09-22-2017, 22:55
Replies: 7
Views: 1,850
Posted By nxlinux
Re: [l4d2]what is this Particles

server admins is unable to contact
Forum: Scripting 09-22-2017, 14:18
Replies: 7
Views: 1,850
Posted By nxlinux
Re: [l4d2]what is this Particles

what is the effect name or mod name, is that create by "info_particle_system"?
Forum: Scripting 09-22-2017, 09:28
Replies: 7
Views: 1,850
Posted By nxlinux
[l4d2]what is this Particles

What's the code for this special effect?

like "dark cloud"
165668

like "Circles of ellipses"
165667
Forum: Scripting 09-21-2017, 16:17
Replies: 1
Views: 977
Posted By nxlinux
[L4D2]hud does not work

scripts/vscripts/hud.nut


function HudShow2()
{
HUDINFO <-
{
Fields =
{
Hud = {slot = HUD_LEFT_TOP, dataval = "test",flags = HUD_FLAG_NOBG}
Forum: Scripting 09-21-2017, 12:23
Replies: 10
Views: 1,883
Posted By nxlinux
Re: how create a lot of zombies?

sm_cvar z_minion_limit "6"
sm_cvar z_exploding_limit "6"
sm_cvar z_gas_limit "6"
sm_cvar z_hunter_limit "6"

this not working for me
Forum: Scripting 09-20-2017, 15:52
Replies: 10
Views: 1,883
Posted By nxlinux
Re: how create a lot of zombies?

i just want to create 6 or 10 special zombies,but game can not create that much. it summons up to 3 zombies for me.

game restrictions?
Forum: Scripting 09-20-2017, 10:43
Replies: 10
Views: 1,883
Posted By nxlinux
how create a lot of zombies?

[L4D2]
how create a lot of special zombies at the same time?


for(new i = 1; i <= 6; i++)
{
new type;
new String:Name[3][32] = {"charger", "spitter","jockey"};
new String:text[64];...
Forum: Scripting 04-10-2017, 21:16
Replies: 3
Views: 806
Posted By nxlinux
Re: server not display on steam?

server.cfg not have some parameters that disabled steam search server?
Forum: Scripting 04-10-2017, 12:48
Replies: 3
Views: 806
Posted By nxlinux
server not display on steam?

i want steam do not display my server, how can do this?

someone offen ddos my server, i just want to know it whether get my server ip from steam.
Forum: Scripting 03-18-2017, 00:31
Replies: 4
Views: 1,063
Posted By nxlinux
Re: menu item ITEMDRAW_DISABLE bug?

thanks, i did not post twice of this,just once.

i did if a player can access a button or not, if not i use ITEMDRAW_DISABLE,but if a player use shortcut key with menuselect to access this button,...
Forum: Scripting 03-17-2017, 22:50
Replies: 4
Views: 1,063
Posted By nxlinux
menu item ITEMDRAW_DISABLE bug?

AddMenuItem(menu, "item0", "player", ITEMDRAW_DISABLED);


i think ITEMDRAW_DISABLED can disable a menu item,but bind shortcut key use menuselect ,the item ITEMDRAW_DISABLED will not work,the...
Forum: Scripting 03-17-2017, 22:49
Replies: 5
Views: 935
Posted By nxlinux
Re: what is ghost?

thanks a lot
Forum: Trash 03-17-2017, 13:49
Replies: 0
Views: 675
Posted By nxlinux
menu item ITEMDRAW_DISABLE bug?

AddMenuItem(menu, "item0", "player", ITEMDRAW_DISABLED);


i think ITEMDRAW_DISABLED can disable a menu item,but bind shortcut key use menuselect ,the item ITEMDRAW_DISABLED will not work,the...
Forum: Scripting 03-17-2017, 13:40
Replies: 5
Views: 935
Posted By nxlinux
Forum: Scripting 03-17-2017, 11:21
Replies: 5
Views: 935
Posted By nxlinux
what is ghost?

stock bool:IsPlayerGhost(Client)
{
if (GetEntProp(Client, Prop_Send, "m_isGhost", 1) == 1) return true;
return false;
}


how can i understand IsPlayerGhost?
Forum: Scripting 02-26-2017, 05:34
Replies: 10
Views: 3,496
Posted By nxlinux
Re: sizeof array string?

thanks for all.
Forum: Scripting 02-26-2017, 03:20
Replies: 10
Views: 3,496
Posted By nxlinux
Re: sizeof array string?

i cant understand , it's wrong with fifth dimension ? sourcemod limit?
Forum: Scripting 02-26-2017, 03:00
Replies: 10
Views: 3,496
Posted By nxlinux
Re: sizeof array string?

new String:b[MAXPLAYERS+1][5][10][64];

i got a error " not enough space on the stack" , what's wrong?
Forum: Scripting 02-24-2017, 11:34
Replies: 10
Views: 3,496
Posted By nxlinux
Re: sizeof array string?

thanks ,it work
Forum: Scripting 02-24-2017, 06:39
Replies: 10
Views: 3,496
Posted By nxlinux
sizeof array string?

new String:a[5][256];

how can i get 256? sizeof(a) is 5, sizeof(a[0]) not allowed?
Forum: Scripting 02-11-2017, 07:12
Replies: 4
Views: 780
Posted By nxlinux
Re: any:data error?

thanks , it work nice
Forum: Scripting 02-10-2017, 20:16
Replies: 4
Views: 780
Posted By nxlinux
any:data error?

void SQL_TQuery(Handle database, SQLTCallback callback, const char[] query, any data, DBPriority prio)


new String:sql[128];
new DBPriority:type;
new Handle:db;
SQL_TQuery(db, TExecuteMysql,...
Forum: Scripting 01-19-2017, 04:17
Replies: 3
Views: 1,087
Posted By nxlinux
Forum: Scripting 01-12-2017, 01:17
Replies: 3
Views: 1,070
Posted By nxlinux
Showing results 1 to 25 of 97

 
Forum Jump

All times are GMT -4. The time now is 07:11.


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