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

Showing results 1 to 25 of 239
Search took 0.01 seconds.
Search: Posts Made By: JoaoVieira
Forum: Suggestions / Requests 01-01-2017, 09:45
Replies: 14
Views: 2,030
Posted By JoaoVieira
Forum: Suggestions / Requests 12-31-2016, 15:26
Replies: 7
Views: 1,218
Posted By JoaoVieira
Re: Script FIx ! help pleas !

That's annoying...
Forum: Suggestions / Requests 12-31-2016, 15:19
Replies: 14
Views: 2,030
Posted By JoaoVieira
Re: Admin accase flag ! Help me !

#include <amxmodx>
#include <cstrike>

#define ADMIN_LEVEL ADMIN_CHAT

#define PLUGIN "Damager_by_iChip"
#define VERSION "3.0"
#define AUTHOR "iChip"

new g_MsgSync1, hudd
Forum: Suggestions / Requests 12-31-2016, 11:12
Replies: 14
Views: 2,030
Posted By JoaoVieira
Forum: Suggestions / Requests 12-28-2016, 19:49
Replies: 3
Views: 914
Posted By JoaoVieira
Re: Spray Event Last Request

I realize that i can just do 1 read_data , new iPlayer = read_data(2). but still not killing the lowest spray
Forum: Suggestions / Requests 12-28-2016, 19:16
Replies: 3
Views: 914
Posted By JoaoVieira
Re: Spray Event Last Request

Didnt get noticed of the read_data , so , should i do like this?:


public EventSpray( )
{
if( g_iCurrentGame == LR_SPRAY )
{

new iOrigin[ 3 ];
iOrigin[ 0 ] = read_data( 3 );
Forum: Suggestions / Requests 12-28-2016, 18:39
Replies: 3
Views: 914
Posted By JoaoVieira
Spray Event Last Request

Hello , i would like you to help me with this:


public EventSpray( )
{
if( g_iCurrentGame == LR_SPRAY )
{

new iOrigin[ 3 ];
iOrigin[ 0 ] = read_data( 3 );
Forum: Suggestions / Requests 12-28-2016, 17:28
Replies: 2
Views: 718
Posted By JoaoVieira
Forum: Suggestions / Requests 12-27-2016, 16:14
Replies: 6
Views: 1,064
Posted By JoaoVieira
Re: [ HELP ] Scripting

Yes lord , very happy , hahaha.
Forum: Suggestions / Requests 12-27-2016, 12:13
Replies: 6
Views: 1,064
Posted By JoaoVieira
Re: [ HELP ] Scripting

Because i can't now...
Why you approach my topic like that, ham?
Forum: Suggestions / Requests 12-27-2016, 11:36
Replies: 6
Views: 1,064
Posted By JoaoVieira
Forum: Suggestions / Requests 12-27-2016, 07:42
Replies: 2
Views: 718
Posted By JoaoVieira
[ help ] countdown

Hi , im trying to do a countdown on lr but it doesn't work and i dont know why.
It does not give the deagle after the 5 seconds... Me and a friend of mine , tryed so many things but still not...
Forum: Scripting Help 10-15-2016, 08:13
Replies: 4
Views: 1,779
Posted By JoaoVieira
Forum: Suggestions / Requests 09-06-2016, 09:13
Replies: 7
Views: 1,470
Posted By JoaoVieira
Re: [REQUEST] ShowIP

He edited...
Forum: Suggestions / Requests 09-06-2016, 08:08
Replies: 7
Views: 1,470
Posted By JoaoVieira
Re: [REQUEST] ShowIP

did it work?
Forum: Suggestions / Requests 09-03-2016, 19:31
Replies: 3
Views: 939
Posted By JoaoVieira
Re: [Req] Simple Menu

#include <amxmodx>
#include <cstrike>
#include <fakemeta>
#include <dhudmessage>

#define SKINS 2 // numbers of skins you want

new g_knife[33];

new const g_knifemodels[SKINS][64] = {
Forum: Suggestions / Requests 09-03-2016, 14:31
Replies: 6
Views: 1,160
Posted By JoaoVieira
Forum: Suggestions / Requests 09-03-2016, 12:06
Replies: 3
Views: 1,070
Posted By JoaoVieira
Re: health kit on body pass through

#include <amxmodx>
#include <fakemeta>
#include <fakemeta_util>

#define AUTHOR "tuty"

new const Plugin[] = "Healthkit on dead body"
new const Version[] = "2.0"

#define medkit_minsz...
Forum: Suggestions / Requests 09-03-2016, 12:01
Replies: 7
Views: 1,470
Posted By JoaoVieira
Re: [REQUEST] ShowIP

#include <amxmodx>
#include <amxmisc>
#include <geoip>

#pragma semicolon 1

new const g_version[] = "0.1";

public plugin_init()
{
Forum: Suggestions / Requests 09-03-2016, 11:52
Replies: 4
Views: 1,419
Posted By JoaoVieira
Re: [HELP] If user spectator

case 5:
{
if(cs_get_user_team(id) == CS_TEAM_SPECTATOR)
{
ColorChat(id, GREEN, "[ AMXX ]^1 Nao podes ser ^3espectador^1 para utilizar este ^4comando^1!")
return PLUGIN_HANDLED
}...
Forum: Suggestions / Requests 09-02-2016, 23:16
Replies: 9
Views: 2,190
Posted By JoaoVieira
Re: what is the problem ?

The diference is that you dont need to write a stock if you use include º-º

"No Shit Sherlock"
Forum: Suggestions / Requests 09-02-2016, 23:11
Replies: 10
Views: 2,491
Posted By JoaoVieira
Forum: Suggestions / Requests 09-02-2016, 17:06
Replies: 4
Views: 1,419
Posted By JoaoVieira
Forum: Suggestions / Requests 09-02-2016, 16:39
Replies: 4
Views: 1,419
Posted By JoaoVieira
[HELP] If user spectator

Hi , i wan't to know how can i do to dont allow spectator to use an case.
I wanted to put it in here:

case 5:
{
if(cs_get_user_team(id) == CS_TEAM_SPECTATOR )
{...
Forum: Suggestions / Requests 09-02-2016, 11:09
Replies: 17
Views: 3,092
Posted By JoaoVieira
Re: [ HELP ] Don't allow select same case in round

There is some problem ...
I bought a weapon and on next round it says that i allready bought a weapon in that round but when i buy dealge in next round i can buy it again with no problem , only...
Showing results 1 to 25 of 239

 
Forum Jump

All times are GMT -4. The time now is 12:37.


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