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

Showing results 1 to 25 of 62
Search took 0.01 seconds.
Search: Posts Made By: Hey
Forum: New Plugin Submissions 02-03-2018, 12:33
Replies: 73
Views: 16,852
Posted By Hey
Re: [ReAPI] Multiple Game Names

uhhh easy and simple :

#include <amxmodx>
#include <fakemeta>

#define GName "Counter-Strike 1.7"

public plugin_init()
{
register_plugin("Change Game Name", "0.1", "iTzMeHey");
Forum: Scripting Help 02-01-2018, 02:32
Replies: 4
Views: 1,027
Posted By Hey
Forum: Suggestions / Requests 01-30-2018, 15:38
Replies: 24
Views: 3,444
Posted By Hey
Forum: Suggestions / Requests 01-29-2018, 17:54
Replies: 24
Views: 3,444
Posted By Hey
Re: Lets see Our Devolopers ideas[RBG COLORS AT MENU]

Solution (https://forums.alliedmods.net/showthread.php?t=175878?t=175878) ??
Forum: Zombie Plague Mod 01-29-2018, 17:45
Replies: 3
Views: 1,333
Posted By Hey
Re: Primary/Secondary Weapon Menu

the menu colors doesn't work like that, look here are the available colors:
\r = red
\y = yellow
\w = white
\d = dark (Kind of gray)
Forum: Scripting Help 01-26-2018, 11:41
Replies: 3
Views: 1,249
Posted By Hey
Re: Please help

This is not the right section to post a code and ask for someone else to fix/make it for you this is a section where you post your problem and people here tell you how to fix it yourself, if you post...
Forum: Scripting Help 01-25-2018, 16:02
Replies: 14
Views: 2,900
Posted By Hey
Re: [HELP] Custom Sniper Bullet

i did what you told me i noticed no changes, but i found the problem it's from here:

// Velocity
new Float: BulletVc[33];

BulletVc[id] = float(get_pcvar_num(cvar_bullet_speed) * 6);...
Forum: Suggestions / Requests 01-25-2018, 15:20
Replies: 20
Views: 3,336
Posted By Hey
Re: [req] help with plugin (admin expire date)

there now it works after adding bigger number, i'll go cry in the corner, take your plugin:

#include <amxmodx>
#include <amxmisc>

enum _:data
{
szadmin[40],
iaccess,
...
Forum: Suggestions / Requests 01-25-2018, 15:16
Replies: 20
Views: 3,336
Posted By Hey
Re: [req] help with plugin (admin expire date)

oh ok let me change it to 100 cuz i tried :'(, never failed at something this much.
Forum: Suggestions / Requests 01-25-2018, 15:01
Replies: 20
Views: 3,336
Posted By Hey
Re: [req] help with plugin (admin expire date)

this (https://forums.alliedmods.net/showthread.php?t=13334) ? use it instead it's better, cuz idk what's the problem, i used charsmax to make sure no variable are getting accessed through a non...
Forum: Scripting Help 01-24-2018, 22:45
Replies: 14
Views: 2,900
Posted By Hey
Re: [HELP] Custom Sniper Bullet

well after i removed that check because of what KliPPy motioned it didn't block the buyzone anymore and your code was still not working so i returned to the original code nothing is different than...
Forum: Suggestions / Requests 01-24-2018, 22:34
Replies: 20
Views: 3,336
Posted By Hey
Forum: Scripting Help 01-24-2018, 19:48
Replies: 14
Views: 2,900
Posted By Hey
Re: [HELP] Custom Sniper Bullet

i did the same thing but still didn't work, in fact this did for some weird reason block the buyzone, the original code was working but the problem was only the left/right thingy, is there anyway to...
Forum: Suggestions / Requests 01-24-2018, 19:33
Replies: 20
Views: 3,336
Posted By Hey
Re: [req] help with plugin (admin expire date)

well i already knew that :/, idk what's wrong anymore i tested the code myself 5 times now nothing did popup, so i just did add charsmax as much as i can :p

if(parse(szLine,...
Forum: Scripting Help 01-24-2018, 19:29
Replies: 14
Views: 2,900
Posted By Hey
Re: [HELP] Custom Sniper Bullet

how do i do such a check ?

if(ptd == owner)
return FMRES_IGNORED;
Forum: Scripting Help 01-24-2018, 19:11
Replies: 14
Views: 2,900
Posted By Hey
Re: [HELP] Custom Sniper Bullet

won't work at all now the bullet(entity) doesn't get shot/created cuz there is no sound of the shooting which you can see in the code when the entity gets created and shot the sound plays from the...
Forum: Suggestions / Requests 01-24-2018, 18:47
Replies: 20
Views: 3,336
Posted By Hey
Re: [req] help with plugin (admin expire date)

the only things i know about this error is it happens:
1. if a player is not connected.
2.if you are trying to access a variable that has 32 index and you are trying to access the 33 which doesn't...
Forum: Suggestions / Requests 01-24-2018, 18:32
Replies: 14
Views: 2,826
Posted By Hey
Re: Request a plugin Admin Menu

sorry about that the code was not working cuz that what happens when you do not test your code, i made it much better now and i did test it, Enjoy.
Forum: Scripting Help 01-24-2018, 17:08
Replies: 14
Views: 2,900
Posted By Hey
Re: [HELP] Custom Sniper Bullet

i did a try this code but when i did test it, it didn't work it still goes a bit to the left/right:


new Float:vOrigin[3], Float:vUp[3], Float:vOffset[3];
pev(id, pev_origin, vOrigin);...
Forum: Scripting Help 01-23-2018, 19:20
Replies: 14
Views: 2,900
Posted By Hey
[HELP] Custom Sniper Bullet

Hi so i have tried to make bullet travel time a thing for The awp and it worked for me.

But i have this one problem with my code which is the bullet doesn't get shot from the the Gun Barel so it's...
Forum: Suggestions / Requests 01-23-2018, 14:40
Replies: 14
Views: 2,826
Posted By Hey
Re: Request a plugin Admin Menu

i don't have to prove it to you but i just wanted to point for some people like you who will say that i didn't wrote it like you just did right there lol, i always thought people were being harsh on...
Forum: Suggestions / Requests 01-22-2018, 16:02
Replies: 14
Views: 2,826
Posted By Hey
Re: Request a plugin Admin Menu

try this:


#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <fakemeta>
#include <hamsandwich>

// weapons offsets
Forum: Suggestions / Requests 01-22-2018, 15:30
Replies: 20
Views: 3,336
Posted By Hey
Forum: Scripting Help 01-20-2018, 10:45
Replies: 11
Views: 1,904
Posted By Hey
Re: Help change team color to white

well i haven't been seeing anyone using the white color in chat plugin or something else in fact i barely used color chat myself and i only used the green, red, blue, yellow because they were the...
Forum: Scripting Help 01-19-2018, 21:05
Replies: 11
Views: 1,904
Posted By Hey
Re: Help change team color to white

The white color cannot be used in a normal chatcolor/colorchat stock/inc/plugin... thing cuz it's just not possible, unless you use a hack method or maybe you can by using "That hack module" Orpheu.
Showing results 1 to 25 of 62

 
Forum Jump

All times are GMT -4. The time now is 08:27.


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