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

Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: mehelp
Forum: Plugins 09-01-2013, 05:36
Replies: 23
Views: 47,556
Posted By mehelp
Re: [L4D2]Infected Bots Spawner/Difficulty Control(ASDC) V1.2

Finale never ends, tank won't spawn since zombies never end. So as a way around I suggest using per map configs (for those, who are interested), disabling asdcbase and asdcmult on all finale maps,...
Forum: Plugins 04-07-2013, 04:00
Replies: 34
Views: 45,958
Posted By mehelp
Re: [L4D & L4D2] xMas [12-December-2012]

Great plugin.
is it possible to change the snow color? red bloody apocalyptic snow would be way more impressive. is there a way to do that? I didn't find the "color" word in the code :), so I don't...
Forum: Scripting 07-23-2011, 23:22
Replies: 38
Sticky: Scripting Forum
Views: 141,047
Posted By mehelp
Re: Scripting Forum

berni shared tis :)

stock FormatNumberInt(value, String:buffer[], size, seperator=',')
{
decl String:helper[size];
IntToString(value, helper, size);
strcopy(buffer, size, helper);...
Forum: Scripting 07-23-2011, 21:56
Replies: 3
Views: 1,518
Posted By mehelp
Re: Displaying stats issue (adding comma separator)

Now finally, thank you, sir, thank you very big. That works perfectly. Such a relief to finally have it. You should run for president or something - that's how smart and pretty you are. Even though I...
Forum: Scripting 07-23-2011, 04:59
Replies: 3
Views: 1,518
Posted By mehelp
Re: Displaying stats issue (adding comma separator)

ok then.. well maybe there's a way to use dot as a digit separator, not comma? there's actually a format specifier %f for displaying a number with floating point in sourcemod. but how??
Forum: Plugins 07-21-2011, 02:30
Replies: 86
Views: 96,549
Posted By mehelp
Re: [L4D, L4D2] Self Revive

had the same thing. removed this killtimer from plugin , don't know what it did, but doesn't seem like it affected any functionality, and problem vanished.
selfrevive_health_incap works fine for me...
Forum: Scripting 07-20-2011, 23:36
Replies: 3
Views: 1,518
Posted By mehelp
Displaying stats issue (adding comma separator)

using l4d2 Custom Player Stats plugin by muukis, was trying to adopt displaying stats to what I'd prefer. got 2 issues to ask about
1.got problem adding comma separator between digits to player's...
Forum: Scripting 07-19-2011, 14:50
Replies: 38
Sticky: Scripting Forum
Views: 141,047
Posted By mehelp
Re: Scripting Forum

ok tried

new String:szTmp[ 15 ];
GetClientName(i, Name, sizeof(Name));
AddCommas((ClientPoints[i] + CurrentPoints[i]), szTmp, sizeof(szTmp));
CPrintToChat(i, "{blue}%s \x01(%s) got points for...
Forum: Scripting 07-19-2011, 14:32
Replies: 38
Sticky: Scripting Forum
Views: 141,047
Posted By mehelp
Re: Scripting Forum

thank you, Powerlord, you so fine. even if it won't work, it's nice to try
Forum: Scripting 07-19-2011, 14:19
Replies: 38
Sticky: Scripting Forum
Views: 141,047
Posted By mehelp
Re: Scripting Forum

ok tried displaying currentPoints only:


AddCommas((CurrentPoints[i]), szPoints, sizeof(szPoints));
CPrintToChat(i, "{blue}%s \x01(%s) got points for killing Infected", Name, szPoints);

...
Forum: Scripting 07-19-2011, 13:59
Replies: 38
Sticky: Scripting Forum
Views: 141,047
Posted By mehelp
Re: Scripting Forum

got it now. thank you for pointing. did as you recommended

new String:szPoints[15];
GetClientName(i, Name, sizeof(Name));
AddCommas((ClientPoints[i] + CurrentPoints[i]), szPoints,...
Forum: Scripting 07-19-2011, 12:27
Replies: 38
Sticky: Scripting Forum
Views: 141,047
Posted By mehelp
Re: Scripting Forum

well, I kinda did post it as a thread at first, but occasionally at 'amxmod scripting help'. that was my first post and already turned out to be a spam, so didn't want to multiply threads.

thank...
Forum: Scripting 07-19-2011, 06:11
Replies: 38
Sticky: Scripting Forum
Views: 141,047
Posted By mehelp
Re: Scripting Forum

need help adding comma separator between digits to number, displaying in chat

want chat to display player's points on infected death with comma after thousand, for instance:
stupid (10,222) got...
Forum: Scripting Help 07-18-2011, 18:10
Replies: 3
Views: 1,616
Posted By mehelp
Re: help adding comma to number

won't work for sourcemod though
Forum: Scripting Help 07-18-2011, 15:23
Replies: 3
Views: 1,616
Posted By mehelp
Forum: Scripting Help 07-18-2011, 15:12
Replies: 3
Views: 1,616
Posted By mehelp
help adding comma to number

want chat to display player's points on infected death with comma after thousand, for instance:
stupid (10,222) got 1 point for killing infected
can't get 10222 number with comma
what should I do...
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT -4. The time now is 19:29.


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