Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 144
Search took 0.01 seconds.
Search: Posts Made By: zirualas
Forum: Approved Plugins 01-14-2011, 11:12
Replies: 29
Views: 39,099
Posted By zirualas
Re: Headcrab Spawner

Why I having this error in console?
unknown unknown unknown GHW_Headcrab_Sp bad load
unknown unknown unknown GHW_Headcrab.am bad loa
Forum: Scripting Help 10-19-2010, 10:12
Replies: 8
Views: 1,512
Posted By zirualas
Re: Remove Helmet a vest

First you need precache him.
public plugin_precache()
{
precache_sound("folder/sound.wav")
}
Then add it there you want
client_cmd(0, "spk sound/1.wav"
Forum: Scripting Help 10-19-2010, 07:17
Replies: 8
Views: 1,512
Posted By zirualas
Re: Remove Helmet a vest

set_user_rendering
Forum: Unapproved/Old Plugins 10-18-2010, 09:47
Replies: 4
Views: 2,694
Posted By zirualas
Re: Ultimate Pistols Fight

That you mean "forst" ? ;D
Thanks ;]
Forum: Unapproved/Old Plugins 10-17-2010, 13:02
Replies: 4
Views: 2,694
Posted By zirualas
Ultimate Pistols Fight

..::Ultimate Pistols Fight::..
Description
For all players in round start pop up the Pistol Menu That gives to chose your favorite pistol and fight with it.
All pistols have their own unique...
Forum: Scripting Help 10-17-2010, 06:02
Replies: 5
Views: 1,817
Posted By zirualas
15 Bullets in one shot.

I want to ask. Is it possible that Glock shot 15 bullet in one shot. If answer is yes, show me example please ;P
Forum: Scripting Help 10-16-2010, 13:41
Replies: 11
Views: 2,193
Posted By zirualas
Re: That one killed that one

I allow say thanks to all who try to help me in end then code is correct. Btw thanks to all.
Forum: Scripting Help 10-16-2010, 12:38
Replies: 12
Views: 3,553
Posted By zirualas
Re: set_timeleft

Look at the date! Oh my god..
Forum: Scripting Help 10-16-2010, 12:36
Replies: 11
Views: 2,193
Posted By zirualas
Forum: Scripting Help 10-16-2010, 12:15
Replies: 11
Views: 2,193
Posted By zirualas
Re: That one killed that one

It's shows for me "Counter-Strike killed Counter-Strike".
Forum: Scripting Help 10-16-2010, 10:23
Replies: 11
Views: 2,193
Posted By zirualas
Re: That one killed that one

No, i need that etc. Admin "name" gived 100hp for "name"
That's my idea.
Forum: Scripting Help 10-16-2010, 09:49
Replies: 11
Views: 2,193
Posted By zirualas
That one killed that one

I wan't to do that then you kill someone it print in chat: "Name" Killed "name" but i don't know how. I only want example. ;)
Forum: Scripting Help 10-16-2010, 09:10
Replies: 2
Views: 1,296
Posted By zirualas
Re: Aim and add health

It's working, thx ;]
Forum: Scripting Help 10-16-2010, 06:57
Replies: 3
Views: 1,095
Posted By zirualas
Re: Adding ammo

No.
etc.
give_item(id, "weapon_deagle)
cs_set_user_bpammo(id, CSW_DEAGLE, 200)
Forum: Scripting Help 10-16-2010, 06:44
Replies: 2
Views: 1,296
Posted By zirualas
Aim and add health

How i can dow that then I aim on any player and push button +use that give to player +100 hp?
Forum: Scripting Help 10-16-2010, 06:42
Replies: 3
Views: 1,095
Posted By zirualas
Re: Adding ammo

cs_set_user_bpammo(id, CSW_DEAGLE, 200)
cs_set_user_bpammo(index, weaponname, how much bullets)
Forum: Scripting Help 10-15-2010, 09:53
Replies: 28
Views: 4,542
Posted By zirualas
Re: Static IP

Yes, then you looking on website your ip it's show dynamic ip, but you can see static ip only on start>run>cmd>ipconfig/all
There is static ip, if you wanna vip you need add to user.ini static ip...
Forum: Scripting Help 10-12-2010, 06:36
Replies: 2
Views: 1,222
Posted By zirualas
Re: Need big help.

For me is too hard :(
Plz help.
Forum: Scripting Help 10-11-2010, 09:53
Replies: 2
Views: 1,222
Posted By zirualas
Need big help.

I have deal. I need to add in my code add rope. Like in superhero mode have spiderman. Please help ;P If help you really have be on credits ;p
Forum: Scripting Help 10-10-2010, 13:18
Replies: 6
Views: 1,809
Posted By zirualas
Re: Damage multiplier

I used 5c0r-|3i0 (http://forums.alliedmods.net/member.php?u=43764) code and it helped me ;p
Hlev thanks anyway.
Forum: Scripting Help 10-10-2010, 10:25
Replies: 6
Views: 1,809
Posted By zirualas
Damage multiplier

Ok i want to do that knife dmg multiple have only CT. Here is my code:
public fw_TakeDamage(victim, inflictor, attacker, Float:damage)
{
if (get_user_weapon(attacker) == CSW_KNIFE)
...
Forum: Scripting Help 10-10-2010, 09:55
Replies: 20
Views: 3,770
Posted By zirualas
Re: Set_Task?

I think you forgot to add
ChosenPlayer(id)
{
set_user_health(id, 200)
}
:arrow:
public ChosenPlayer(id)
{
set_user_health(id, 200)
}
Forum: Scripting Help 10-10-2010, 09:53
Replies: 9
Views: 2,419
Posted By zirualas
Re: New round and restart.

Ok I solved it by my self. Thx anyway
Forum: Scripting Help 10-10-2010, 08:35
Replies: 9
Views: 2,419
Posted By zirualas
Re: New round and restart.

Yes I want that then round start starts countdown ;p But i do than player spawn start countdown so i don't know how do it ;\
Forum: Scripting Help 10-10-2010, 07:50
Replies: 9
Views: 2,419
Posted By zirualas
Re: New round and restart.

So I need change this code:

public plugin_init()
{
RegisterHam(Ham_Spawn,"player","runda", 1);
}

public runda(id)
{
server_cmd("sv_restart 1")
Showing results 1 to 25 of 144

 
Forum Jump

All times are GMT -4. The time now is 22:52.


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