Raised This Month: $ Target: $400
 0% 

Showing results 1 to 13 of 13
Search took 0.01 seconds.
Search: Posts Made By: ...
Forum: Scripting Help 06-24-2014, 06:48
Replies: 13
Views: 2,081
Posted By ...
Re: give exp when ct or t win

I just added hud , its not mine
Forum: Scripting Help 06-24-2014, 06:34
Replies: 3
Views: 525
Posted By ...
Forum: Scripting Help 06-24-2014, 06:28
Replies: 13
Views: 2,081
Posted By ...
Re: give exp when ct or t win

#include <amxmodx>
#include <fakemeta>
#include <colorchat>
#include <fun>
#include <nvault>
#include <hamsandwich>
#define PREFIX "[...]"
#define HUD_TASK 2454527
Forum: Scripting Help 06-23-2014, 13:11
Replies: 3
Views: 806
Posted By ...
Re: Pausing/unpausing a plugin

You need to use natives :- pause and unpause
Pause :-
pause ( flag[], const param1[]= )
Usage :



Unpause :-
unpause ( flag[], const param1[]= )
Forum: Scripting Help 06-23-2014, 12:16
Replies: 14
Views: 1,584
Posted By ...
Re: Regex - Help with loop

Anyways will stick to strtok method :grrr:
Forum: Scripting Help 06-22-2014, 11:17
Replies: 14
Views: 1,584
Posted By ...
Re: Regex - Help with loop

Okay , but i expected regex to do it without loop or somethig , anyways thanks
Forum: Scripting Help 06-22-2014, 11:03
Replies: 14
Views: 1,584
Posted By ...
Re: Regex - Help with loop

Nope just a '-' , i tried every possibilities even including white spaces in my pattern and string . The output string is actually read out from a file . Is regex too limited ?

Just detect str...
Forum: Scripting Help 06-22-2014, 10:36
Replies: 14
Views: 1,584
Posted By ...
Re: Regex - Help with loop

I just a need a solution for regex , please stick regex .
Forum: Scripting Help 06-22-2014, 10:33
Replies: 4
Views: 929
Posted By ...
Re: Round start pop out

Hello , as i said it before , you didn't reset your bool .

#include <amxmodx>
#include <engine>
#include <hamsandwich>
#include <fun>
#include <cstrike>
#include <colorchat>

#define...
Forum: Scripting Help 06-22-2014, 10:20
Replies: 1
Views: 538
Posted By ...
Re: set player original speed+cvar speed

Add this line somewhere above plugin_init()
new mypcvar
Add this line in your plugin_init()
mypcvar = register_cvar("user_speed","100.0")

and within your code , use it like
if(gLvl[id] >= 5)
...
Forum: Scripting Help 06-22-2014, 10:11
Replies: 4
Views: 929
Posted By ...
Re: Round start pop out

You need not put same opp condition in else , but i think its not the cause of ur prob
else if (VipUsed[id]) -> else {..}

Other than that you need to make sure if u had reset the bool
Forum: Scripting Help 06-22-2014, 09:34
Replies: 8
Views: 1,308
Posted By ...
Re: Starting a Sound From the Middle

AFAIK nope , but it can be done if your files are in wav format
Forum: Scripting Help 06-22-2014, 08:45
Replies: 14
Views: 1,584
Posted By ...
Regex - Help with loop

In case i have a string
new string[] = "str1-str2-str3-str4"I am trying to get those data between'em '-'
I tried the following regex pattern , guess what no success
(\w+)-Second pattern i tried...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT -4. The time now is 21:06.


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