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

Showing results 1 to 25 of 85
Search took 0.01 seconds.
Search: Posts Made By: INJAC
Forum: Suggestions / Requests 04-08-2012, 16:01
Replies: 2
Views: 876
Posted By INJAC
Re: sound command

i did that and asked the players if they here it, they said no, and the song is a lot quiet then before, what can be the problem?
Forum: Suggestions / Requests 04-08-2012, 14:06
Replies: 2
Views: 876
Posted By INJAC
sound command

I have this plugin
#include <amxmodx>

new soundfile[] = "sound/hoss.mp3"

public plugin_init() {

register_plugin("pesma", "0.1", "OvidiuS")

...
Forum: Suggestions / Requests 04-08-2012, 00:16
Replies: 3
Views: 881
Posted By INJAC
Re: Plugin help 217 warning

omg i tried now on web compiler and no errors, when i tried it on my pc earlier multiple times it had errors, 0_o sry guys my bad.
Forum: Suggestions / Requests 04-07-2012, 23:35
Replies: 3
Views: 881
Posted By INJAC
Plugin help 217 warning

I have a plugin and it hase couple of loose identations, but i want a clean script so if someone can remove them, and tell me how to fix them if it aint a problem.

Here is the script.
Dont mind...
Forum: Suggestions / Requests 01-19-2012, 16:14
Replies: 0
Views: 1,361
Posted By INJAC
knife mod plugin help

Here is the knife mod plugin:


#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <cstrike>
#include <vault>
#include <fun>
Forum: Suggestions / Requests 01-16-2012, 20:11
Replies: 3
Views: 1,175
Posted By INJAC
Re: Help with knives

well can you help me make it work?
Forum: Suggestions / Requests 01-16-2012, 19:05
Replies: 3
Views: 1,175
Posted By INJAC
Help with knives

I manage to create my own plugin for knives where i want to get a menu with options to choose a diffrent knife skin by saying /knife , but having a problem while compiling this:

#include <amxmodx>...
Forum: Suggestions / Requests 12-02-2011, 18:03
Replies: 1
Views: 754
Posted By INJAC
Re: Aim help

i need this thing to so can anyone help?
Forum: Suggestions / Requests 11-21-2011, 11:35
Replies: 3
Views: 1,099
Posted By INJAC
Re: [HELP] Weapon names

can u send me the link i cant find it,pls :D
Forum: Suggestions / Requests 11-21-2011, 10:56
Replies: 3
Views: 1,099
Posted By INJAC
[HELP] Weapon names

I have this part of the plugin

case 4: {
GiveClientWeapon(id, CSW_DEAGLE, false, 3, 0)
gbUsed[id] = true;
}

ok this is for deagle

and can...
Forum: Suggestions / Requests 11-08-2011, 16:34
Replies: 27
Views: 6,912
Posted By INJAC
Re: help with VIP Deathrun plugin

i thought you said i am making mulitiple posts here, ok my bad.
Forum: Suggestions / Requests 11-08-2011, 15:05
Replies: 27
Views: 6,912
Posted By INJAC
Re: help with VIP Deathrun plugin

What do you mean sto making multiple threads all of this thing i want are about this topic Deathrun VIP.

Btw can someone add in this script so under the menu he gets and option to choose if he...
Forum: Suggestions / Requests 11-06-2011, 18:16
Replies: 2
Views: 850
Posted By INJAC
Re: [HELP]Sound plugin

is there a more simple plugin this one is to comlicated and has a lot a lot things i dont need i just need that when a player tipes /sound1 plays sound1 nothing else. and in the comments i read that...
Forum: Suggestions / Requests 11-02-2011, 22:43
Replies: 2
Views: 850
Posted By INJAC
[HELP]Sound plugin

Is there a plugin that plays a sound when you type example: /sound1 (plays the sound1) /sound2 (plays the sound2) /sound3 (plays the sound3).
And only ADMIN_LEVEL_D can play it? I tried to search...
Forum: Suggestions / Requests 11-02-2011, 11:36
Replies: 0
Views: 767
Posted By INJAC
[HELP] Custom radio

Can anyone help me seperate this plugin ?
I edited this one so i could use custom sounds for ct but i need another one for t. If i make it like i edited this on,they block each other. Dunno how to...
Forum: Suggestions / Requests 11-01-2011, 16:05
Replies: 27
Views: 6,912
Posted By INJAC
Re: help with VIP Deathrun plugin

I get this error in my logg

L 11/01/2011 - 17:02:55: Start of error session.
L 11/01/2011 - 17:02:55: Info (map "deathrun_forest") (file "addons/amxmodx/logs/error_20111101.log")
L 11/01/2011 -...
Forum: Suggestions / Requests 11-01-2011, 13:22
Replies: 3
Views: 1,175
Posted By INJAC
Re: Error in logg

Here is the whole plugin u may need it to detect the problem?

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <ammo_stocks>

#define PLUGIN "Deathrun...
Forum: Suggestions / Requests 11-01-2011, 12:51
Replies: 3
Views: 1,175
Posted By INJAC
Re: Error in logg

new DRVIP[] = "models/player/DRVIP/DRVIP.mdl"

register_event("ResetHUD", "resetModel", "b")

public plugin_precache()
{
precache_model("DRVIP")
precache_model("DRVIP")

...
Forum: Suggestions / Requests 11-01-2011, 12:28
Replies: 3
Views: 1,175
Posted By INJAC
Error in logg

I get this error in my log

L 11/01/2011 - 17:02:55: Start of error session.
L 11/01/2011 - 17:02:55: Info (map "deathrun_forest") (file "addons/amxmodx/logs/error_20111101.log")
L 11/01/2011 -...
Forum: Suggestions / Requests 10-31-2011, 19:00
Replies: 0
Views: 824
Posted By INJAC
[HELP] Player model

can someone tell me what to change here in this part of the plugin

public plugin_precache()
{
precache_model("models/player/vip/vip.mdl")
precache_model("models/player/vip/vip.mdl")...
Forum: Suggestions / Requests 10-31-2011, 16:24
Replies: 27
Views: 6,912
Posted By INJAC
Re: help with VIP Deathrun plugin

evaldas can u just add a part so VIP's have 2 lifes?
Forum: Suggestions / Requests 10-31-2011, 16:16
Replies: 6
Views: 2,143
Posted By INJAC
Re: Help with models

evaldas can u add in this plugin so VIP has 2 lifes? just write me the part where to add. tnx
Forum: Suggestions / Requests 10-31-2011, 13:09
Replies: 7
Views: 1,766
Posted By INJAC
Re: VIP instead of DEAD

drekes change u find me the discussion where they talked about DEAD and VIP and which has the solution?
Forum: Suggestions / Requests 10-31-2011, 09:14
Replies: 7
Views: 1,766
Posted By INJAC
Re: VIP instead of DEAD

i searched it now but i cant find it can u give me the post where the problem is solved
Forum: Suggestions / Requests 10-30-2011, 17:39
Replies: 7
Views: 1,766
Posted By INJAC
VIP instead of DEAD

can someone write me a part of a plugin where the DEAD is VIP, so i can insert it in my VIP plugin?
Showing results 1 to 25 of 85

 
Forum Jump

All times are GMT -4. The time now is 18:44.


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