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

Showing results 1 to 25 of 187
Search took 0.01 seconds.
Search: Posts Made By: WolfGang
Forum: Snippets and Tutorials 04-07-2013, 23:12
Replies: 416
Views: 540,939
Posted By WolfGang
Re: [INC] Colors (1.0.5)

"color.inc" has nothing to do with using percentage sign. i dont know why you would wanna use "%" with color.inc.
Forum: Snippets and Tutorials 04-07-2013, 21:04
Replies: 416
Views: 540,939
Posted By WolfGang
Re: [INC] Colors (1.0.5)

If you meant Without Translation:

new String:pct[16];
Format(pct, sizeof(pct), "%");

In Translation file:

"#format" "{1:s}"
"en" "Percentage {1}"
Forum: Scripting 04-05-2013, 23:33
Replies: 7
Views: 1,836
Posted By WolfGang
Re: [L4D2] Count++ Players

Lmfao, silly dog. Actually someone people have message me about, but then i told them it was for Left 4 Dead 2, and backed away because their not familiar with L4D2 coding. LOL, if your not...
Forum: Scripting 04-05-2013, 19:52
Replies: 7
Views: 1,836
Posted By WolfGang
Re: [L4D2] Count++ Players

Never said that in this thread.
Forum: Plugins 04-04-2013, 22:54
Replies: 425
Views: 263,712
Posted By WolfGang
Re: [L4D2] Points System v1.6.9 Beta R1

Could add an option in the admin menu having these option:
Commands
{
"Points System"
{
"Give Points"
{
"sm_givepoints" // Give the Player points...
Forum: Scripting 04-04-2013, 19:12
Replies: 7
Views: 1,836
Posted By WolfGang
Re: [L4D2] Count++ Players

And how about adding give points and set points in the admin custom command menu. i.e

Commands
{
"Points System"
{
"Give Points"
{
"sm_givepoints" // Give the Player points...
Forum: Scripting 04-04-2013, 12:59
Replies: 7
Views: 1,836
Posted By WolfGang
Re: [L4D2] Count++ Players

How do you get a menu or a plugin that will show tank's health and how many is alive with its limit (i.e Tank: 6000 HP | 1/3 Active). And a menu that shows the limit of each special infected with its...
Forum: Scripting 04-02-2013, 17:33
Replies: 7
Views: 1,836
Posted By WolfGang
[L4D2] Count++ Players

Back at it again. McFlurry Left 4 Dead 2 Points System, instead of Boomed Survivor +1 points. Count how many players Boomers have boomed and a timer to print it to chat, (i.e After 2 seconds print:...
Forum: Plugin/Gameplay Ideas and Requests 03-29-2013, 17:52
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

I've tried that.
new damage = (GetEventInt(event, "damage")
And it shows up as; Translation - PrinToChat(attacker, "%T", "SI Killed", LANG_SERVER, damage);

"{1:i} Killed SI [{1} damage] +1...
Forum: Plugin/Gameplay Ideas and Requests 03-24-2013, 11:15
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

That didnt answer my question. Reread it.
Forum: Plugin/Gameplay Ideas and Requests 03-23-2013, 21:46
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

How can i fit that into this line?
if (client > 0 && GetClientTeam(client) == 3 && IsAllowedGameMode() && GetConVarInt(Enable) == 1)
{
new bool:notify = GetConVarBool(Notifications);
for...
Forum: Plugin/Gameplay Ideas and Requests 03-23-2013, 13:16
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

And one last thing, how do i show the damage? And take the amount of damage client did and multiply it by the g_AssistPoints?
Forum: Plugin/Gameplay Ideas and Requests 03-22-2013, 23:48
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

This worked, it prints the right value into chat, but gives different points awarded(i.e Kill SI +1.09 points, (In Menu)109235474934 Points left) What's wrong?
Forum: Plugin/Gameplay Ideas and Requests 03-22-2013, 00:17
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

Thanks this worked. But it'll be better if the attacker (who killed the SI) receive the SI kill points instead of both. Possible?

Does this code goes for all players?for (new i = 1; i <=...
Forum: Plugin/Gameplay Ideas and Requests 03-19-2013, 22:46
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

You've said you corrected it? Have you tried playing with it see if work? cause it doesn't seem to work for me. All I'm asking is for this to work and work flawless.

Thanks,
WolfGang
Forum: Scripting 03-17-2013, 23:04
Replies: 3
Views: 750
Posted By WolfGang
Re: Display death message

I'm still new to source pawn. So would it be ... ?

else if(GetClientTeam(client) == 2 || GetClientTeam(client) == 3)
{
decl String:vName[MAX_NAME_LENGTH];
...
Forum: Scripting 03-17-2013, 20:23
Replies: 3
Views: 750
Posted By WolfGang
Display death message

I'd tried this but no message showed up when killed by a infected or survivor, is this how you print a player death message?
else if(GetClientTeam(client) == 2 && GetClientTeam(client) == 3)
{...
Forum: Plugin/Gameplay Ideas and Requests 03-16-2013, 22:00
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

After the change, Points isn't given and message isn't showing. Also changed the translation file to "Killed SI"
{
"#format" "{1:3.2f}"
"en" "Killed Special Infected +{1} points"
}
...
Forum: Plugin/Gameplay Ideas and Requests 03-15-2013, 21:41
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

new Float:points[MAXPLAYERS + 1];

new Float:g_SurvivorMultiplier[MAXPLAYERS + 1];

g_SurvivorMultiplier = CreateConVar("l4d2_points_survivor_multiplier","0.08","Multiply points when points...
Forum: Plugin/Gameplay Ideas and Requests 03-14-2013, 22:20
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

And one last thing, can you tell me how to change the points into a multiplyer points system. Which contains numbers like "3.29 Points Left", second thought I was wondering if it would be something...
Forum: Plugin/Gameplay Ideas and Requests 03-14-2013, 20:36
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

Just got done testing it, Single-player versus, no assist points showing up. You might want to substantiate again mate.
Forum: Plugin/Gameplay Ideas and Requests 03-12-2013, 23:51
Replies: 23
Views: 3,663
Posted By WolfGang
Re: Paid request

Left 4 Dead 2. The author may or may not be in active. I'm just looking for someone who is interested and isn't making things hard, and with working flawless code.
Forum: Plugin/Gameplay Ideas and Requests 03-12-2013, 23:16
Replies: 23
Views: 3,663
Posted By WolfGang
Paid request

l'm looking for an coder who, I'm willing to pay anyone who is interest in making changes to an existing plugin for me. If you're interested in doing this please private email me. I need a coder ASAP!
Forum: Scripting 03-09-2013, 00:29
Replies: 8
Views: 2,358
Posted By WolfGang
Forum: Scripting 03-03-2013, 14:54
Replies: 8
Views: 2,358
Posted By WolfGang
Re: [L4D2] Assist Points

Final Result:

stock AwardAssistPoints(client)
{
new attacker = GetClientOfUserId(GetEventInt(event, "attacker"));
new Class = GetEntProp(client, Prop_Send, "m_zombieClass");
...
Showing results 1 to 25 of 187

 
Forum Jump

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


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