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

Showing results 1 to 25 of 315
Search took 0.01 seconds.
Search: Posts Made By: Bladell
Forum: Suggestions / Requests 01-10-2015, 05:52
Replies: 3
Views: 1,905
Posted By Bladell
Forum: Scripting Help 11-17-2014, 08:40
Replies: 8
Views: 1,531
Posted By Bladell
Re: Problem with PlayersRemaining.sma

The problem is that you talk too much. You made a task to be non repetitive and that's it... very smart guy, whe should pay you or what?
Forum: Scripting Help 11-15-2014, 06:35
Replies: 3
Views: 4,159
Posted By Bladell
Re: Get slot weapon CSW ID

Maybe this can help you https://forums.alliedmods.net/showthread.php?t=182970
Forum: Scripting Help 11-15-2014, 06:32
Replies: 8
Views: 1,531
Posted By Bladell
Re: Problem with PlayersRemaining.sma

#include <amxmodx>
#include <engine>

#define DELAY_A 150
#define DELAY_W 0.5
#define HUD_STAY DELAY_W + 0.1

enum _:CVARS {
RED,
GREEN,
Forum: Scripting Help 11-15-2014, 06:26
Replies: 3
Views: 791
Posted By Bladell
Re: 5 options randomly

And here is your code???
Forum: Suggestions / Requests 10-20-2014, 03:26
Replies: 2
Views: 1,570
Posted By Bladell
Re: Help with bug in deathrun

You didn't posted in the right place. Did you read the forum description? "Post all your suggestions and requests for Heroes".
Forum: CSDM 09-16-2014, 13:38
Replies: 0
Views: 2,340
Posted By Bladell
CSDM with SuperHero

I think that I have a little problem with running this two mods together. I don't know why I can't disable map objectives.

;CSDM Configuration File
; Default settings by BAILOPAN
...
Forum: Unapproved/Old Plugins 09-05-2014, 03:32
Replies: 768
Views: 375,788
Posted By Bladell
Re: Register System V9.0 by m0skVi4a ;]

It would be great if you add a command to ban accounts for a specific time, even if player is offline.
Forum: Off-Topic / General Chat 09-03-2014, 02:50
Replies: 1
Views: 1,675
Posted By Bladell
Re: New Update

It's pretty dead...
Forum: Suggestions / Requests 08-28-2014, 07:30
Replies: 0
Views: 312
Posted By Bladell
Days in row

Exist there a plugin wich save somewhere how many days in row a player played on server?

Later edit: Doesn't matter anymore, I created it for myself
Forum: Scripting Help 08-27-2014, 02:24
Replies: 1
Views: 550
Posted By Bladell
Making a native

#include <translator>
#include <amxmod>
#include <VexdUM>

new g_cvarAmxAutoUnStuckEffects
new g_cvarAmxAutoUnStuckDelay


new const Float:size[][3] =
{
Forum: Scripting Help 07-22-2014, 03:23
Replies: 7
Views: 1,149
Posted By Bladell
Re: Problem on my plugin

Sorry for double post, I pressed click button twice.
Change that information if you want... but algorithm of countdown function have nothing same with yours. Mine it is more optimized.
Forum: Scripting Help 07-22-2014, 03:17
Replies: 10
Views: 1,517
Posted By Bladell
Re: Converting a specific date to epoch

meTaLiCroSS, thanks :-)
Forum: Scripting Help 07-21-2014, 10:00
Replies: 7
Views: 1,149
Posted By Bladell
Re: Problem on my plugin

#include <amxmodx>

#define NAME "Infection countdown"
#define VERSION "1.0"
#define AUTHOR "Bladell"

#define TIME 5

public plugin_init()
{
Forum: Scripting Help 07-21-2014, 09:46
Replies: 6
Views: 1,145
Posted By Bladell
Re: Skip some number using While

new i = 0

while(i <= 500)
{
i++

if(i >= 200 && i <= 300)
continue

//some code
Forum: Scripting Help 07-21-2014, 09:33
Replies: 10
Views: 1,517
Posted By Bladell
Re: Converting a specific date to epoch

I ignored your post because it doesn't help me. I already knew about this plugin... isn't good for me because have many useless features for me. Also, I can't add a hud countdown message.
Forum: Scripting Help 07-21-2014, 07:17
Replies: 10
Views: 1,517
Posted By Bladell
Re: Converting a specific date to epoch

I am trying to make a plugin wich execute a command at a specific date, hour and minute. This plugin should also show a cooldown in last 3 days.(e.g. 2 days, 8 hours, 1 minute, 32 seconds)
Forum: Scripting Help 07-21-2014, 03:13
Replies: 10
Views: 1,517
Posted By Bladell
Re: Converting a specific date to epoch

Right... I have to convert each value to seconds. Try to convert a date and you'll find out that is not as simple as you think since there are years with 365 days, 366 days etc...
Forum: Scripting Help 07-19-2014, 13:14
Replies: 10
Views: 1,517
Posted By Bladell
Converting a specific date to epoch

I want to make a plugin wich execute a certain command at a specific time. There are some cvar like:
p_Year = register_cvar("sh_resetyear", "2014")
p_Month = register_cvar("sh_resetmonth, "1")...
Forum: Suggestions / Requests 07-19-2014, 09:05
Replies: 4
Views: 761
Posted By Bladell
Forum: Suggestions / Requests 07-18-2014, 11:43
Replies: 4
Views: 761
Posted By Bladell
Certain command at certain time

Exist there a plugin wich execute a command at a certain time? Something like, I specify the month, day, hour and minute, and when time arrive, a command will be executed.
Forum: Scripting Help 06-22-2014, 12:24
Replies: 8
Views: 1,924
Posted By Bladell
Forum: Scripting Help 06-22-2014, 08:40
Replies: 8
Views: 1,924
Posted By Bladell
Re: Specific player can touch only specific entity

That topic is dead, I can modify it...
I tried with pev_owner, but as far as I know, the entity will be automatically set set_pev(touched, pev_solid, SOLID_NOT) for owner. This mean that the owner...
Forum: Scripting Help 06-19-2014, 09:39
Replies: 8
Views: 1,924
Posted By Bladell
Re: Specific player can touch only specific entity

@Nextra This plugin isn't made by me... box disappear automatically when somebody touch it.
@SpeeDeeR I have no ideea about what are you talking about, and example would be great.
Forum: Scripting Help 06-19-2014, 05:49
Replies: 2
Views: 1,117
Posted By Bladell
Re: if equal problem!

Edit:
public ClCmd_Say( id )
{
new szArgs[ 64 ]

read_args( szArgs, charsmax( szArgs ) )
remove_quotes( szArgs )
Showing results 1 to 25 of 315

 
Forum Jump

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


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