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

Showing results 1 to 25 of 39
Search took 0.01 seconds.
Search: Posts Made By: niiii
Forum: Scripting Help 06-10-2015, 08:48
Replies: 4
Views: 1,249
Posted By niiii
Re: Admin model plugin modification

I need to add /skins command ingame, after typing it, menu shows and everyone can chose if you see default player models or admin models.. Im not good at pawn it would be nice if anybody could help me
Forum: Scripting Help 06-10-2015, 08:18
Replies: 4
Views: 1,249
Posted By niiii
Admin model plugin modification

Hello, I use this plugin to change player skins

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

public plugin_init() {
register_plugin("AMX Admin Model", "1.1.1",...
Forum: Scripting Help 05-16-2015, 15:12
Replies: 8
Views: 1,706
Posted By niiii
Re: Dissable shooting when in duck

may you edit the code for me please? :) it would be nice from you mate
Forum: Scripting Help 05-16-2015, 06:17
Replies: 8
Views: 1,706
Posted By niiii
Re: Dissable shooting when in duck

Thank you very much, it works :) But I have another question, I'd like to print to client that he cant shot when in duck, but when I do it prints always when he ducks, not only if try to shot, any...
Forum: Scripting Help 05-14-2015, 05:09
Replies: 8
Views: 1,706
Posted By niiii
Re: Dissable shooting when in duck

I need that for the call of duty mod server, but only for 1 class. That class has special ability that when duck then the class is invisible, but I need you can't shoot.

case Poltergeist:
...
Forum: Scripting Help 05-13-2015, 14:55
Replies: 8
Views: 1,706
Posted By niiii
Dissable shooting when in duck

Hello, I have a problem with a plugin, I need to make that when somebody is in duck he cant shoot, Id like to do it like when you duck your gun dissappears but when you stand it appears again... is...
Forum: Scripting Help 04-12-2015, 12:47
Replies: 4
Views: 1,068
Posted By niiii
Re: Players in menu

thank you very much :)
Forum: Scripting Help 04-12-2015, 09:27
Replies: 4
Views: 1,068
Posted By niiii
Re: Players in menu

public cmd_privatemessage(id)
{
static opcion[64]

formatex(opcion, charsmax(opcion),"Vyber Hraca")
new iMenu = menu_create(opcion, "cmd_privatemessage_handler")

new...
Forum: Scripting Help 04-12-2015, 04:21
Replies: 4
Views: 1,068
Posted By niiii
Players in menu

Hello, I have a problem with my plugin, I need player names showed in menu, but not mine. Need names only of other players, any ideas?

public cmd_privatemessage(id)
{
static opcion[64]

...
Forum: Scripting Help 04-12-2015, 04:19
Replies: 5
Views: 1,437
Posted By niiii
Re: Pm Plugin - need help

Thank you, admins see the messages now, I but cant make the color working :/ It would be nice if anybody could do it for me :/

stock printMessage(reciever, sender, const message[])
{

new...
Forum: Scripting Help 04-11-2015, 21:18
Replies: 5
Views: 1,437
Posted By niiii
Re: Pm Plugin - need help

thank you, it works, but... how can I solve the second problem? I need that admins will see all pm messages :/

I also added line to stock printMessage(reciever, sender, const message[])
{
new...
Forum: Scripting Help 04-11-2015, 19:06
Replies: 5
Views: 1,437
Posted By niiii
Pm Plugin - need help

Hello, I got private message plugin, but I have a problem with it. It works like when somebody write /pm, then appears menu with player names, but if I am dead and I write /pm nothing happens, it...
Forum: Suggestions / Requests 04-09-2014, 16:34
Replies: 9
Views: 2,343
Posted By niiii
Re: AMXBANS ban on STEAMID+IP

isnt it easier to ban them on sid+ip? ok, ill try the forum
Forum: Suggestions / Requests 04-09-2014, 16:15
Replies: 9
Views: 2,343
Posted By niiii
Re: AMXBANS ban on STEAMID+IP

sometimes happens that a player has more steam accounts and connects again, help please?
Forum: Suggestions / Requests 04-09-2014, 14:48
Replies: 9
Views: 2,343
Posted By niiii
AMXBANS ban on STEAMID+IP

Hi, hows possible to set amxbans to ban on steamid+ip?
Forum: HLstatsX:CE 01-22-2014, 12:12
Replies: 3
Views: 1,274
Posted By niiii
Chat history problem

Hi, I have a problem that all messages are in chat history doubled. It happens only on one server of 7. Other servers are working fine. Any ideas?
Forum: Approved Plugins 01-05-2014, 05:17
Replies: 1,188
Views: 733,739
Posted By niiii
Re: Sank Sounds (Luke Sankey) (v1.8.3)

mute doesnt work, it warned me I had 3 sounds left, then it said This was you last round or something like that and when I play moze sounds it say "you have -1 sounds left before you get muted" etc...
Forum: Approved Plugins 12-15-2013, 12:01
Replies: 331
Views: 425,580
Posted By niiii
Re: Ultimate Sounds (More Addons for Misc. Stats) 2/18/10

I have a problem with this plugin, when I set cvars streak_mode "ab" and hs_mode "ab" it plays to sounds at the same time. When I kill someone it plays headshot and multikill together... or...
Forum: Scripting Help 12-14-2013, 07:30
Replies: 9
Views: 2,429
Posted By niiii
Re: Colored /rank,/me etc

my god, Im asking about it... how to use colorchat -_-
Forum: Scripting Help 12-14-2013, 04:38
Replies: 9
Views: 2,429
Posted By niiii
Re: Colored /rank,/me etc

Im using 1.8.2 version... what should i do?
Forum: Scripting Help 12-13-2013, 15:56
Replies: 9
Views: 2,429
Posted By niiii
Re: Colored /rank,/me etc

can you tell me more about it?
Forum: Scripting Help 12-13-2013, 15:46
Replies: 9
Views: 2,429
Posted By niiii
Re: Colored /rank,/me etc

You dont understand me... I like to do colored the text after saying /rank... for example..
Your rank is.... and this will be colored and each word can be in different color
Forum: Scripting Help 12-13-2013, 15:20
Replies: 9
Views: 2,429
Posted By niiii
Colored /rank,/me etc

Hi everyone, I'd like to ask a question about colored text after saying /rank,/me etc... What shoud I do to set that to green color for example? give me some easy way to do that, I tried to include...
Forum: Suggestions / Requests 11-17-2013, 05:23
Replies: 3
Views: 898
Posted By niiii
Does greenchat with swear filter plugin exist?

Hi, I have a question. I have installed green chat plugin and then Spam Blocker v3.6 but the spam blocker doesnt work because its in conflict with the green chat plugin. My question is, is there any...
Forum: Suggestions / Requests 11-16-2013, 19:57
Replies: 1
Views: 745
Posted By niiii
Plugin that blocks defined sentences

Hi, is there a plugin that blocks sentences? I need to block sentence that is defined in any config but if its defined "Today is nice day" and someone say "Today is nice day" the plugin blocks it but...
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT -4. The time now is 06:59.


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