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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: WaZZeR++
Forum: Scripting Help 07-02-2006, 19:20
Replies: 2
Views: 1,240
Posted By WaZZeR++
Re: save setinfo command times? help~

#define MAX_INFO_STRING 256

From the sdk, dont think they have changed it for cs.
Forum: Scripting Help 07-02-2006, 15:46
Replies: 7
Views: 2,055
Posted By WaZZeR++
Re: Get menu close

Thanks VEN.

Im going to make a menu que system, that will wait untill the curent menu is closed before it displays the new one....
Forum: Scripting Help 07-01-2006, 20:05
Replies: 7
Views: 2,055
Posted By WaZZeR++
Get menu close

How can i check if a manu was closed?

Should work on all menus like main, bans, kick, slay/slap etc...
Forum: Trash 06-21-2006, 14:23
Replies: 28
Views: 7,760
Posted By WaZZeR++
format(temp,1024,"PRIVMSG %s :%s^r^n",chan,temp)...

format(temp,1024,"PRIVMSG %s :%s^r^n",chan,temp) //Yes, I know I shouldnt do that
What wrong with that? Why shouldnt you do so?
Forum: Scripting Help 05-23-2006, 01:59
Replies: 5
Views: 1,369
Posted By WaZZeR++
Can't find that function... Did you mean...

Can't find that function...

Did you mean get_info_keybuffer?
Forum: Scripting Help 05-22-2006, 16:48
Replies: 5
Views: 1,369
Posted By WaZZeR++
Then my next question will be how? I found this...

Then my next question will be how?
I found this in the SDK:
#define MAX_INFO_STRING 256
#define MAX_SCOREBOARDNAME 32
typedef struct player_info_s
{
// User id on server
int userid;
...
Forum: Scripting Help 05-21-2006, 09:45
Replies: 2
Views: 1,185
Posted By WaZZeR++
Thx, working.

Thx, working.
Forum: Scripting Help 05-21-2006, 09:09
Replies: 2
Views: 1,185
Posted By WaZZeR++
Error: Must be a constant expression

I get this error when compiling this line:
Error: Must be a constant expression; assumed zero on line 121
new Float:origin[3] = pev(id,pev_origin)

Whats wrong?
Forum: Scripting Help 05-20-2006, 05:26
Replies: 5
Views: 1,369
Posted By WaZZeR++
Setinfo list

Is it possible to get a list of all the setinfos from a player?
Forum: Scripting Help 04-27-2006, 09:27
Replies: 1
Views: 2,500
Posted By WaZZeR++
FM_PlayerPreThink

Is it possible to register 2 foewards of the same type like this?
Dont have a test server at the moment....
EDIT: What does post do, can i gain some cpu with it?

new fmid[2]

public...
Forum: Scripting Help 04-26-2006, 18:19
Replies: 7
Views: 2,278
Posted By WaZZeR++
Didnt knew it was possible to send alias command...

Didnt knew it was possible to send alias command to the cilent, think valve removed it in cs in some of the latest update. But i try it out. Thx for the help.
Forum: Scripting Help 04-26-2006, 04:28
Replies: 7
Views: 2,278
Posted By WaZZeR++
So there is no way to read what commands that are...

So there is no way to read what commands that are sent from the client to the server?

But thx anyway, I'll try it out.
Forum: Scripting Help 04-26-2006, 04:23
Replies: 7
Views: 2,278
Posted By WaZZeR++
Checking +jump

I want to "hook" the +jump command to check for bhop scripts...

But its not possible to do:
register_clcmd("+jump"....)

How should i do it?
Forum: Scripting Help 03-29-2006, 06:25
Replies: 3
Views: 963
Posted By WaZZeR++
Thanks

Thanks
Forum: Scripting Help 03-29-2006, 06:04
Replies: 3
Views: 963
Posted By WaZZeR++
Read and not hock?

I want to read an envent, but i dont want to hock it, becasue i will not change anything.

Is it possible?
Forum: Scripting Help 03-27-2006, 13:50
Replies: 2
Views: 904
Posted By WaZZeR++
Thank you, knew it was something i had forgot.

Thank you, knew it was something i had forgot.
Forum: Scripting Help 03-27-2006, 11:51
Replies: 2
Views: 904
Posted By WaZZeR++
Arrays

I cant get this to work, i get an error on the first line:
Error: Expected token: ";", but found "{" on line 66
This is the code from line 66
new Float:g_WeaponTime[30] {
0.0, /* 1 CSW_P228 */...
Forum: Off-Topic 03-26-2006, 16:45
Replies: 15
Views: 4,063
Posted By WaZZeR++
http://singelmalt.no-ip.com/stats/index.php

http://singelmalt.no-ip.com/stats/index.php
Forum: Scripting Help 03-11-2006, 06:01
Replies: 3
Views: 969
Posted By WaZZeR++
Where can i find this?

Where can i find this?
Forum: Scripting Help 03-11-2006, 04:31
Replies: 3
Views: 969
Posted By WaZZeR++
Damage event

Im trying to find what prams the damage event have:
register_event("Damage",...)
I think 1 is vitctem and 2 is attacker. Are there more?
Forum: Scripting Help 03-10-2006, 16:26
Replies: 26
Views: 4,976
Posted By WaZZeR++
Try using find_ent_in_sphere insteed And the...

Try using find_ent_in_sphere insteed

And the commands for semiclip is
entity_set_int( id, EV_INT_solid, SOLID_SLIDEBOX)
and
entity_set_int( id, EV_INT_solid, SOLID_NOT)
Forum: Others 01-31-2006, 15:31
Replies: 3
Views: 3,103
Posted By WaZZeR++
Antagligen är det till en tidagare verision av...

Antagligen är det till en tidagare verision av amxx, testa att recompila det...
Forum: Scripting Help 01-30-2006, 17:08
Replies: 1
Use
Views: 974
Posted By WaZZeR++
Use

http://www.amxmodx.org/funcwiki.php?go=func&id=389
pfn_use is deprecated, so does someone knows an other way?
Forum: Suggestions / Requests 01-30-2006, 17:00
Replies: 11
Views: 3,068
Posted By WaZZeR++
Sorry if i did it satanwoj, just had some time...

Sorry if i did it satanwoj, just had some time over....

No compile errors, but i cant tell if its working or not, you have to test it.
Forum: Approved Plugins 01-29-2006, 11:51
Replies: 660
Views: 789,150
Posted By WaZZeR++
very nice, another thing you could do is to...

very nice, another thing you could do is to change the color of the box when the player is aiming on it....
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 07:15.


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