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

Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: OGQH
Forum: Scripting Help 10-23-2016, 10:29
Replies: 13
Views: 2,461
Posted By OGQH
Re: Task And Revive

#define TASK_ID 2281137

set_task(_, _, id+TASK_ID....);

if(task_exists(id+TASK_ID)) remove_task(id+TASK_ID);
Forum: Scripting Help 10-22-2016, 19:25
Replies: 2
Views: 1,209
Posted By OGQH
Re: free vip

The players set amxx.cfg access flag when entering the server. Set the flag that you need (registered in the source plug-VIP).
Forum: Scripting Help 10-22-2016, 17:18
Replies: 10
Views: 2,118
Posted By OGQH
Re: help knife mod

Do not open the menu?

plugin_init:
register_clcmd ("say /knife", "ClCmd_SayKnife");
register_menucmd (register_menuid("Show_KnifeMenu"), (1<<0|1<<1|1<<2|1<<3|1<<4|1<<9), "Handle_KnifeMenu");
...
Forum: Unapproved/Old Plugins 10-22-2016, 16:49
Replies: 1
Views: 3,597
Posted By OGQH
[AKN] Admin knife R3.Final

http://i65.tinypic.com/10yi0sm.jpg

Description:
Plug-in "Admin Knife" to add to the server administrator special knife, which will give the bunny hop and damage at will. All the functions are...
Forum: Off-Topic 10-21-2016, 16:43
Replies: 0
Views: 1,014
Posted By OGQH
Defense of the Ancients II, Knife.

Blog design fashion Defense of the Ancients II - Knife.
I decided to undertake the development Knife fashion with chips from DotA 2 as your own idea?

I want to make rent at loggerheads, with the...
Forum: Scripting 07-18-2016, 13:26
Replies: 1
Views: 567
Posted By OGQH
Re: SetEntityRenderColor on store

SetEntityRenderMode(client, RENDER_GLOW);
SetEntityRenderColor(client, 255, 255, 255, 128);
Forum: Scripting Help 07-12-2016, 10:17
Replies: 1
Views: 510
Posted By OGQH
Re: Admin list multilanguage problems

new name[33], status = false, buffer[256], len = format(buffer, 255, "Admin online: ");
for(new a = 1; a <= maxplayers; a++) {
if(is_user_connected(a) && is_user_admin(a)) {
get_user_name(a, name,...
Forum: Scripting Help 07-11-2016, 19:44
Replies: 6
Views: 1,323
Posted By OGQH
Re: Reasoning behind log_amx > log_to_file

log_amx displays a message in the file of the current session (on the launch date), eg L20160712.

Displays messages according to the type: [Date / Time] plugin and a message from the plugin.
Forum: Scripting Help 07-11-2016, 11:29
Replies: 4
Views: 731
Posted By OGQH
Re: Block Maker

Если я правильно понял, тебе нужно наклонить объект типа вот так?
http://www.pixic.ru/i/40X1p11564r5G9A8.jpg

Если да, тогда тебе нужно работать с pev_angles (fakemeta).
#include amxmodx...
Forum: Scripting Help 07-11-2016, 07:27
Replies: 7
Views: 1,073
Posted By OGQH
Re: [HELP] detect damage smoke grenade

If I get you right..

new name[33], owner = pev(wpnindex, pev_owner);
get_user_name(owner, name, 32);
client_print(owner, print_chat, "Your bomb freezend %s", name);

But this is not the right...
Forum: Scripting Help 07-10-2016, 21:51
Replies: 12
Views: 2,171
Posted By OGQH
Re: set_user_deaths?

A Fakemeta tried?
Forum: Scripting Help 07-10-2016, 20:09
Replies: 23
Views: 5,467
Posted By OGQH
Re: Ham_TakeDamage

And yet .. I advise you to use Ham_TraceAttack
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <engine>
#include <fakemeta>
#include <hamsandwich>
#include <fun>
#include...
Forum: Scripting Help 07-10-2016, 19:59
Replies: 4
Views: 731
Posted By OGQH
Re: Block Maker

Hello! I have translated your text via the on Google Translate .. If I understand you want to turn you created Entity (object)?
Forum: Unapproved/Old Plugins 07-10-2016, 19:53
Replies: 3
Views: 4,570
Posted By OGQH
Re: [JB|JBE] Rank system

Привет.
Forum: Scripting Help 07-10-2016, 06:40
Replies: 23
Views: 5,467
Posted By OGQH
Re: Ham_TakeDamage

Here (https://forums.alliedmods.net/showpost.php?p=2435314&postcount=9).
Forum: Scripting Help 07-09-2016, 17:38
Replies: 23
Views: 5,467
Posted By OGQH
Re: Ham_TakeDamage

Hello! I advise you to use Ham_TraceAttack and not SetHamParamFloat(4, damage * 3.4), and he SetHamParamFloat(3, damage * 3.4);


#include amxmodx
#include hamsandwich

new...
Forum: Scripting Help 07-09-2016, 17:30
Replies: 6
Views: 1,096
Posted By OGQH
Re: RGBWD Colors

If you're talking about the chat, then no. But HUD is another matter.
Forum: Unapproved/Old Plugins 07-09-2016, 10:44
Replies: 3
Views: 4,570
Posted By OGQH
[JB|JBE] Rank system

http://www.pixic.ru/i/L091D1758386W9e8.jpg

Current version 1.2b (09/07/2016)

Authorship OverGame (OGQH)

Description
This plug-in adds to your server system of titles and nicknames for...
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT -4. The time now is 14:00.


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