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

Showing results 1 to 25 of 455
Search took 0.06 seconds.
Search: Posts Made By: CHyCMyMpNk
Forum: Zombie Plague Mod 11-27-2012, 08:43
Replies: 35
Views: 5,833
Posted By CHyCMyMpNk
Forum: Scripting Help 10-17-2012, 12:33
Replies: 4
Views: 4,230
Posted By CHyCMyMpNk
Re: How to write StatusText with green, blue, red colors

How can I change color in this code ?

public msgStatusValue(msgid, dest, id)
{
new flag, value;
flag = get_msg_arg_int(1);
value = get_msg_arg_int(2);

if (!value)
{
Forum: Scripting Help 10-01-2012, 11:26
Replies: 9
Views: 2,213
Posted By CHyCMyMpNk
Re: count dmg

[en]
Don't know how to explain in English)
use http://translate.google.ru/
The bottom line is you have to count the number of attackers at the time of damage to the victim. For example take one...
Forum: Scripting Help 10-01-2012, 11:09
Replies: 9
Views: 2,213
Posted By CHyCMyMpNk
Re: count dmg

new count

if (is_user_alive(attacker) && is_user_alive(victim))
{
count++
}

I don `t know how best to do it ...
Forum: Scripting Help 10-01-2012, 09:37
Replies: 9
Views: 2,213
Posted By CHyCMyMpNk
count dmg

hello world)
How to count how many players inflict damage to another player?
Forum: Unapproved/Old Plugins 01-03-2012, 13:01
Replies: 50
Views: 23,643
Posted By CHyCMyMpNk
Re: Controllable Monsters

Wow, nice. Give it )))
Forum: Zombie Plague Mod 12-28-2011, 04:41
Replies: 7
Views: 2,111
Posted By CHyCMyMpNk
Re: [Help] Zp Class ghost

is user connect
Forum: Zombie Plague Mod 12-17-2011, 19:08
Replies: 83
Subplugin Submission [ZP 5.0][1.2.0] Ammo Packs Bank
Views: 51,185
Posted By CHyCMyMpNk
Re: [ZP 5.0][1.1.5] Ammo Packs Bank

I was wrong. I wanted to say:

Add cvar for auto save/give on connect/disconnect - would be great, because that is easier to automatically issue, without :
And why for me dont work correctly multi...
Forum: Zombie Plague Mod 12-14-2011, 04:14
Replies: 9
API Scripting Help zp_color inc
Views: 4,090
Posted By CHyCMyMpNk
Re: zp_color inc

I use that use he, but for me it does not work)
Forum: Zombie Plague Mod 12-14-2011, 00:33
Replies: 9
API Scripting Help zp_color inc
Views: 4,090
Posted By CHyCMyMpNk
Re: zp_color inc

Excalibur.007 (http://forums.alliedmods.net/member.php?u=59824)
in your bank it work (^x04 %d^x01) ?
Forum: Zombie Plague Mod 12-14-2011, 00:07
Replies: 62
Views: 13,335
Posted By CHyCMyMpNk
Re: From 4.3 to 5.0 functions thread.

this is in zp50_team_scoring.sma

public zp_fw_gamemodes_end()
{
if (!zp_core_get_zombie_count())
{
// Human team wins
}
else if (!zp_core_get_human_count())
{
Forum: Zombie Plague Mod 12-13-2011, 13:29
Replies: 9
API Scripting Help zp_color inc
Views: 4,090
Posted By CHyCMyMpNk
Re: zp_color inc

2 JoKeR (http://forums.alliedmods.net/member.php?u=140391)
I think the Multi lingual rulezzz)

2 Dzhinn (http://forums.alliedmods.net/member.php?u=153616)
thx.
Forum: Zombie Plague Mod 12-13-2011, 10:09
Replies: 83
Subplugin Submission [ZP 5.0][1.2.0] Ammo Packs Bank
Views: 51,185
Posted By CHyCMyMpNk
Re: [ZP 5.0][1.1.0] Ammo Packs Bank

Add cvar for auto save/give on connect/disconnect - would be great)
Forum: Zombie Plague Mod 12-13-2011, 10:06
Replies: 9
API Scripting Help zp_color inc
Views: 4,090
Posted By CHyCMyMpNk
Re: zp_color inc

In the wrong section, I wrote)
About what you wrote, I know, thank you)))

Im great plugin whit multi lang. Ex :
zp_colored_print(player, "%L", player, "MENU_SAVE_MONEY", iVariable)

In txt i...
Forum: Zombie Plague Mod 12-12-2011, 12:59
Replies: 9
API Scripting Help zp_color inc
Views: 4,090
Posted By CHyCMyMpNk
zp_color inc

How can I add color in txt ?

Example:

[en]
MENU_SAVE_MONEY = Add %d $.

in %d I need add a color ( ^x04%d ^x01 ), but it's dont work.
Forum: Zombie Plague Mod 12-02-2011, 01:12
Replies: 20
Views: 3,727
Posted By CHyCMyMpNk
Forum: Zombie Plague Mod 11-19-2011, 16:37
Replies: 827
Views: 496,371
Posted By CHyCMyMpNk
Re: ZP 5.0 Betas/Updates

= )
with first fix (in zp50_gamemodes.sma)

too often become game mode - surv, nem etc


ok, how this command works? percentage or something else?
zp_survivor_chance 50 //...
Forum: Zombie Plague Mod 11-19-2011, 14:18
Replies: 827
Views: 496,371
Posted By CHyCMyMpNk
Re: ZP 5.0 Betas/Updates

bartek93tbg (http://forums.alliedmods.net/member.php?u=130204), I think with first fix (in zp50_gamemodes.sma) modes have become more run, that's correct?
Forum: Zombie Plague Mod 11-19-2011, 12:15
Replies: 11
API Scripting Help get zombie class name (5.0)
Views: 4,297
Posted By CHyCMyMpNk
Forum: Zombie Plague Mod 11-19-2011, 08:17
Replies: 11
API Scripting Help get zombie class name (5.0)
Views: 4,297
Posted By CHyCMyMpNk
Re: get zombie class name (5.0)

bartek93tbg (http://forums.alliedmods.net/member.php?u=130204), tnx it work. But 1 problem :

[ZP] Invalid zombie class id (-1)

can help for fix it ?)
Forum: Zombie Plague Mod 11-19-2011, 03:21
Replies: 11
API Scripting Help get zombie class name (5.0)
Views: 4,297
Posted By CHyCMyMpNk
Re: get zombie class name (5.0)

хм, how about this g_zclass_id ,will be errors...
Forum: Zombie Plague Mod 11-19-2011, 01:47
Replies: 11
API Scripting Help get zombie class name (5.0)
Views: 4,297
Posted By CHyCMyMpNk
Re: get zombie class name (5.0)

Well, see, for instance I ZOMBIE SPEED, but it shows FAT ZOMBIE.
Forum: Zombie Plague Mod 11-19-2011, 00:50
Replies: 11
API Scripting Help get zombie class name (5.0)
Views: 4,297
Posted By CHyCMyMpNk
Re: get zombie class name (5.0)

Snaker beatter (http://forums.alliedmods.net/member.php?u=154778), I did, I just wrote a short.

// Get his name
new zc_name[32], name[32]
get_user_name(id, name, 31)

...
Forum: Zombie Plague Mod 11-18-2011, 14:30
Replies: 11
API Scripting Help get zombie class name (5.0)
Views: 4,297
Posted By CHyCMyMpNk
get zombie class name (5.0)

#include <zp50_class_zombie>
/**
* Returns a zombie class' name.
*
* @param classid A valid zombie class ID.
* @param name The buffer to store the string in.
* @param len ...
Forum: Zombie Plague Mod 11-18-2011, 11:39
Replies: 827
Views: 496,371
Posted By CHyCMyMpNk
Re: ZP 5.0 Betas/Updates

bartek93tbg (http://forums.alliedmods.net/member.php?u=130204) great, I will try.
Showing results 1 to 25 of 455

 
Forum Jump

All times are GMT -4. The time now is 12:04.


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