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

Showing results 1 to 25 of 49
Search took 0.01 seconds.
Search: Posts Made By: Adventx
Forum: Suggestions / Requests 08-24-2017, 18:48
Replies: 20
Views: 3,228
Posted By Adventx
Re: [Help] Get total players

// Get CTs -returns number of CTs connected-
fnGetCTs()
{
static iCTs, id
iCTs = 0

for (id = 1; id <= g_maxplayers; id++)
{
if (g_isconnected[id])
...
Forum: Suggestions / Requests 08-23-2017, 15:28
Replies: 20
Views: 3,228
Posted By Adventx
Re: [Help] Get total players

I said that I need to combine that functions.
Forum: Suggestions / Requests 08-23-2017, 14:10
Replies: 20
Views: 3,228
Posted By Adventx
Re: [Help] Get total players

can someone help to combined this functions in one stock ?

// Get CTs -returns number of CTs connected-
fnGetCTs()
{
static iCTs, id
iCTs = 0

for (id = 1; id <=...
Forum: Suggestions / Requests 08-22-2017, 11:44
Replies: 20
Views: 3,228
Posted By Adventx
Re: [Help] Get total players

Thanks, but I need something this, combined in one stock, can help me?


// Get CTs -returns number of CTs connected-
fnGetCTs()
{
static iCTs, id
iCTs = 0

for (id = 1; id <=...
Forum: Suggestions / Requests 08-20-2017, 15:06
Replies: 20
Views: 3,228
Posted By Adventx
Re: [Help] Get total players

I need to use like this, example


public Function()
{

if (GetTotalInPlayers(3, 1))
{
// 3 - Both team
// 1 - Only alive players
Forum: Suggestions / Requests 08-20-2017, 12:28
Replies: 20
Views: 3,228
Posted By Adventx
Re: [Help] Get total players

What do you think about this code

stock get_player_num(team, alive)
{
static player_num
player_num = 0

for(new i = 0; i < g_MaxPlayers; i++)
{
if(!is_user_connected(i))
Forum: Suggestions / Requests 08-17-2017, 17:11
Replies: 20
Views: 3,228
Posted By Adventx
Re: [Help] Get total players

Can you help plss ?
Forum: Suggestions / Requests 08-17-2017, 12:59
Replies: 20
Views: 3,228
Posted By Adventx
Re: [Help] Get total players

Thanks,

I have this stock, it's good or not ?


stock Get_PlayerCount(Alive, Team)
// Alive: 0 - Dead | 1 - Alive | 2 - Both
// Team: 1 - T | 2 - CT
{
new Flag[4], Flag2[12]
Forum: Suggestions / Requests 08-11-2017, 16:07
Replies: 20
Views: 3,228
Posted By Adventx
[Help] Get total players

Hello, I need stock to get all players on server, team and if it's alive.

Thx!
Forum: Suggestions / Requests 02-18-2017, 08:51
Replies: 6
Views: 1,197
Posted By Adventx
Re: [Help] Nightvision

Thanks!

Someone have another solution ? :)
Forum: Suggestions / Requests 02-14-2017, 09:31
Replies: 6
Views: 1,197
Posted By Adventx
Forum: Suggestions / Requests 02-12-2017, 09:58
Replies: 6
Views: 1,197
Posted By Adventx
[Help] Nightvision

Hello, how to change nightvision like this
http://i.imgur.com/oSRWrXv.jpg

Thx!
Forum: Suggestions / Requests 01-10-2017, 14:57
Replies: 3
Views: 772
Posted By Adventx
[Help] Head Attachment

Hello, how to attach sprite to head player ?
Forum: Code Snippets/Tutorials 09-09-2016, 13:06
Replies: 77
Views: 61,231
Posted By Adventx
Re: Dynamic Items in Menu and Plugin API

How to make a item for both team ? Like:
g_iItemIndex = shop_item_add( "Low Gravity", 2000, CS_TEAM_T|CS_TEAM_CT );
Forum: Suggestions / Requests 04-09-2016, 18:38
Replies: 3
Views: 718
Posted By Adventx
Re: [Help] Item for both team

I asked

I want to create my own dynamic shop and i need to make a item for both team.
Forum: Suggestions / Requests 04-09-2016, 16:32
Replies: 3
Views: 718
Posted By Adventx
[Help] Item for both team

Hello,

How to make item in dynamic shop for both team ? Like this:
g_itemid2 = zp_register_extra_item("My Extra Item 2", 3, ZP_TEAM_HUMAN | ZP_TEAM_SURVIVOR) // Humans and Survivor only
Forum: Suggestions / Requests 01-25-2016, 15:03
Replies: 2
Views: 700
Posted By Adventx
Re: Client sided !sky changer.

Yes, You're right.
@Crowii (https://forums.alliedmods.net/member.php?u=265567) But can change sky automatically for individually player if you want.
Forum: Suggestions / Requests 01-25-2016, 14:59
Replies: 17
Views: 1,710
Posted By Adventx
Re: [REQ] AWP model

Try this plugin https://forums.alliedmods.net/showthread.php?t=250244
Forum: Suggestions / Requests 01-25-2016, 14:55
Replies: 5
Views: 1,059
Posted By Adventx
Re: [REQ] Auto rename players plugin problem

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

new const PLUGIN[] = "Restricted Names";
new const VERSION[] = "1.0";
new const AUTHOR[] = "Adventx";

public...
Forum: Suggestions / Requests 12-30-2015, 15:29
Replies: 2
Views: 488
Posted By Adventx
[Help] Steam speed problem

Hello, I have a problem to set speed when I play with steam. How to fix it ?
Forum: Suggestions / Requests 12-26-2015, 14:43
Replies: 2
Views: 672
Posted By Adventx
Re: [Help] What is name of this plugin ?

Thanks you very much :wink:
Forum: Suggestions / Requests 12-26-2015, 13:54
Replies: 2
Views: 672
Posted By Adventx
[Help] What is name of this plugin ?

Hello everyone, what is name of this plugin http://i.imgur.com/etb6r7j.jpg :mrgreen:
Forum: Suggestions / Requests 12-20-2015, 15:01
Replies: 2
Views: 719
Posted By Adventx
Forum: Suggestions / Requests 12-20-2015, 12:31
Replies: 2
Views: 719
Posted By Adventx
[Help] Ambience Effects

Hello everyone, I have a problem with this plugin, I need to set the color of fog by cvar but I can't, this read only first part of cvar, please help :) !
Forum: Suggestions / Requests 12-03-2015, 13:23
Replies: 3
Views: 1,204
Posted By Adventx
Re: [Help] How to get last players

Thanks, but i need to get the last CT or T alive. :bee:
Showing results 1 to 25 of 49

 
Forum Jump

All times are GMT -4. The time now is 05:46.


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