Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: AceVentura
Forum: Suggestions / Requests 05-17-2020, 05:31
Replies: 2
Views: 521
Posted By AceVentura
Re: [LOOKING 4] Miscstats

1. https://forums.alliedmods.net/showthread.php?t=152034

2. https://forums.alliedmods.net/showthread.php?t=72725
Forum: Suggestions / Requests 05-11-2020, 07:12
Replies: 3
Views: 582
Posted By AceVentura
Re: [REQ] Plugin TheTime New

/* Sublime AMXX Editor v2.2 */

#include <amxmodx>


#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "Author"

public plugin_init()
Forum: Suggestions / Requests 05-11-2020, 06:35
Replies: 7
Views: 752
Posted By AceVentura
Re: Run time error 10: native error (native "cs_get_user_team")

if( is_user_connected( id ) && is_user_alive( id ) )
{
//Do stuff
}
Forum: General 05-07-2020, 14:12
Replies: 5
Views: 2,233
Posted By AceVentura
Re: fps_override 1

It's neither a cheat, nor can be used as one.



As Napoleon said:

and not only when bunny hopping but also when dcj-ing and other stuff.

I use this sometimes:
Forum: Suggestions / Requests 05-05-2020, 09:13
Replies: 3
Views: 805
Posted By AceVentura
Re: New top20 statsx

Try placing it above Statsx.amxx
Forum: Suggestions / Requests 05-05-2020, 08:32
Replies: 3
Views: 805
Posted By AceVentura
Re: New top20 statsx

Give this one a try:
https://forums.alliedmods.net/showpost.php?p=2116306&postcount=3

p.s
Read carefully what author has written.
Forum: Suggestions / Requests 05-05-2020, 08:17
Replies: 4
Views: 1,297
Posted By AceVentura
Re: [REQ] Skin System only CT (CS 1.6)

This will do. Reply for any probs.


if ( cs_get_user_team( Player ) == CS_TEAM_T )
{
return PLUGIN_HANDLED;
}
Forum: Scripting Help 05-04-2020, 15:14
Replies: 2
Views: 727
Posted By AceVentura
Re: A simple question...

Ah, thanks!

Oops, sorry, my bad.
Forum: Scripting Help 05-04-2020, 15:03
Replies: 2
Views: 727
Posted By AceVentura
A simple question...

For a cvar to be accessible via a .cfg file, shall i do it like this?


public plugin_init()
{
gCreditKill = register_cvar( "normal_kill", "1" )
gCreditHs = register_cvar(...
Forum: Suggestions / Requests 05-04-2020, 13:36
Replies: 23
Views: 4,313
Posted By AceVentura
Re: BuyAdmin with random password automatic addition

p.s:

To prevent the acitivity from showing, simply replace "amx_kick" with "kick".

like this:

server_cmd("amx_kick #%i ^"(Your Admin Password: Check Your Console)^"", userid);

->
Forum: Suggestions / Requests 05-04-2020, 12:40
Replies: 23
Views: 4,313
Posted By AceVentura
Re: BuyAdmin with random password automatic addition

I used this password generator on my own VIP Plugin, it works.

https://prnt.sc/sateyf
https://prnt.sc/satgel



Btw, thanks Bugsy for this gem. 8)

Try this, AlexandruODT.
Forum: Suggestions / Requests 05-03-2020, 19:06
Replies: 6
Views: 1,119
Posted By AceVentura
Re: I request retakes/rankme/advertisement plugins

This is AMXX Section, switch to SourceMod ->
http://forums.alliedmods.net/forumdisplay.php?f=52
Forum: Suggestions / Requests 05-03-2020, 16:04
Replies: 6
Views: 1,119
Posted By AceVentura
Re: I request retakes/rankme/advertisement plugins

1.https://forums.alliedmods.net/showpost.php?p=2679570&postcount=2
https://forums.alliedmods.net/showthread.php?t=320796

2. /rs plugins are 3rd party plugins, i suggest you use this: ...
Forum: Suggestions / Requests 05-03-2020, 14:56
Replies: 12
Views: 1,805
Posted By AceVentura
Re: Make hp max buy 300

Edited, check it again.
Forum: Suggestions / Requests 05-03-2020, 14:40
Replies: 12
Views: 1,805
Posted By AceVentura
Re: Make hp max buy 300

In your descr, you asked to set a max limit to hp. Want to remove money also? Cuz i'm kinda confused.

So, you want people to buy Health Points for free, or...?
Forum: Suggestions / Requests 05-03-2020, 14:01
Replies: 12
Views: 1,805
Posted By AceVentura
Forum: Suggestions / Requests 05-03-2020, 09:28
Replies: 26
Views: 3,330
Posted By AceVentura
Forum: Suggestions / Requests 05-03-2020, 08:58
Replies: 26
Views: 3,330
Posted By AceVentura
Re: Add "Flag" to this plugin

Check the plugin that contains the chat's prefixes.

p.s
this plugin is fine, find the problems in your other plugins.
Forum: Suggestions / Requests 05-03-2020, 08:23
Replies: 26
Views: 3,330
Posted By AceVentura
Re: Add "Flag" to this plugin

Player must have the "u" flag is users.ini in order for the menu to be displayed.(and alive)
Forum: Suggestions / Requests 05-03-2020, 08:13
Replies: 12
Views: 1,805
Posted By AceVentura
Re: Make hp max buy 300

EDITED (fixed few things). I bought 150 hp twice and it didn't exceed the limit. (you can easily change max hp limit by using this cvar amx_max_hp "number" )
SS: https://prnt.sc/sa98jf

/* Plugin...
Forum: Suggestions / Requests 05-03-2020, 08:03
Replies: 26
Views: 3,330
Posted By AceVentura
Re: Add "Flag" to this plugin

Here, without warnings:

/* Plugin generated by AMXX-Studio */

#include < amxmodx >
#include < cstrike >
#include < fakemeta >
#include < hamsandwich >
#include < fun >
//#include < fcs >
Forum: Suggestions / Requests 05-03-2020, 07:37
Replies: 26
Views: 3,330
Posted By AceVentura
Re: Add "Flag" to this plugin

What's the purpose of checking if user is alive or has flags if the plugin is disabled?
Forum: Suggestions / Requests 05-03-2020, 07:13
Replies: 26
Views: 3,330
Posted By AceVentura
Re: Add "Flag" to this plugin

Flag "u" is ADMIN_MENU, Sherlock, but neither is wrong. Only difference is that "has_flags" is less efficient than "get_user_flags".

Also, Supremache your statement is wrong.



-->


if(...
Forum: Suggestions / Requests 05-03-2020, 07:01
Replies: 26
Views: 3,330
Posted By AceVentura
Re: Add "Flag" to this plugin

EDIT: USE THIS! FIXED.

if( get_user_flags( id ) & ADMIN_MENU )
{
return PLUGIN_HANDLED;
}

Here:

/* Plugin generated by AMXX-Studio */
Forum: Suggestions / Requests 05-02-2020, 10:55
Replies: 2
Views: 696
Posted By AceVentura
Re: vip gives 500 $ per headshot need to remove

Removed receive-money-per-headshot, and added receive-money-per-kill, ($200), try it, if it works.


#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <engine>
#include <fun>...
Showing results 1 to 25 of 39

 
Forum Jump

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


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