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

Showing results 1 to 25 of 79
Search took 0.01 seconds.
Search: Posts Made By: Cronck
Forum: Scripting Help 05-19-2005, 20:50
Replies: 143
Views: 64,938
Posted By Cronck
The AutoComplete thing is shown when you're...

The AutoComplete thing is shown when you're writing comments.... Please change this :)
Forum: Scripting Help 05-04-2005, 08:42
Replies: 143
Views: 64,938
Posted By Cronck
Its possible to use an existing menu name with...

Its possible to use an existing menu name with the tool. (Duplicated Menu Names Registrered)
And also make it reset the values entered into it when you re-open the tool.

An other thing... It...
Forum: Scripting Help 05-04-2005, 05:49
Replies: 9
Views: 2,103
Posted By Cronck
Isn't radius_damage and can_see only for amx?

Isn't radius_damage and can_see only for amx?
Forum: Scripting Help 05-03-2005, 17:13
Replies: 143
Views: 64,938
Posted By Cronck
Yea... Make this a sticky! 8) Bugs: ...

Yea... Make this a sticky! 8)

Bugs:

1. None of the "directory browsing" buttons are working in the settings menu...?
2. You can't open included files when the file you're working on never...
Forum: Scripting Help 05-03-2005, 16:38
Replies: 143
Views: 64,938
Posted By Cronck
Omg... You're fast! Thanks :D

Omg... You're fast!
Thanks :D
Forum: Scripting Help 05-03-2005, 14:51
Replies: 143
Views: 64,938
Posted By Cronck
Yea... It's getting better and better :D

Yea... It's getting better and better :D
Forum: Scripting Help 05-03-2005, 04:53
Replies: 143
Views: 64,938
Posted By Cronck
Why wont it open my included files, if they arent...

Why wont it open my included files, if they arent in /includes/ ?
#include "test.inc" :D
Forum: Code Snippets/Tutorials 05-02-2005, 17:18
Replies: 30
Views: 26,878
Posted By Cronck
Yes, i am talking about CS Events :)

Yes, i am talking about CS Events :)
Forum: Code Snippets/Tutorials 05-02-2005, 08:27
Replies: 30
Views: 26,878
Posted By Cronck
Omg... Can you please export it to a html or...

Omg... Can you please export it to a html or something?
I dont have excel :(
Forum: Suggestions / Requests 05-02-2005, 04:03
Replies: 14
Views: 3,213
Posted By Cronck
Im not talking about motd.txt, but about sending...

Im not talking about motd.txt, but about sending messages to the players trough motd... :-)
Like information about plugins installed on the server.

I splitted everything up in several messages...
Forum: Scripting Help 05-01-2005, 14:07
Replies: 7
Views: 2,355
Posted By Cronck
Yes, i get the point... I just didn't think about...

Yes, i get the point... I just didn't think about that :lol:

Thanks! 8)
Forum: Scripting Help 05-01-2005, 08:09
Replies: 7
Views: 2,355
Posted By Cronck
No matter what i do this code will make the...

No matter what i do this code will make the function called crash... :S
new TaskId = TASK_HEAL + id
new parmHeal[2]
parmHeal[0] = id
parmHeal[1] = targetid
set_task( 0.1,...
Forum: Scripting Help 05-01-2005, 04:40
Replies: 2
Views: 5,410
Posted By Cronck
Native Errors

I get this message in-game.

L 05/01/2005 - 10:38:38: [AMXX] Native error in "set_user_health" on line 736 (file "amm.sma").
L 05/01/2005 - 10:38:38: [FUN] Player out of range (101)
L 05/01/2005...
Forum: Scripting Help 04-30-2005, 20:34
Replies: 7
Views: 2,355
Posted By Cronck
Thanks :D

Thanks :D
Forum: Scripting Help 04-30-2005, 20:09
Replies: 14
Views: 3,348
Posted By Cronck
I dont get what you mean... Anyway, i've decided...

I dont get what you mean... Anyway, i've decided not to use the progress bar, i'll just use hud messages with numbers counting... :)

http://forums.alliedmods.net/showthread.php?t=12993
Forum: Scripting Help 04-30-2005, 20:01
Replies: 7
Views: 2,355
Posted By Cronck
'id' and 'target' are stored in 2 vars... ...

'id' and 'target' are stored in 2 vars...

How do i make a task that calls Heal_Progress(id, target) every 0.1 second until i remove the task?
Forum: Trash 04-30-2005, 19:29
Replies: 12
Views: 2,441
Posted By Cronck
Do you get any other error messages? Line 1645...

Do you get any other error messages?
Line 1645 seems pretty empty to me...
Forum: Scripting Help 04-30-2005, 19:21
Replies: 7
Views: 2,355
Posted By Cronck
Using stupid task thingy... :)

Im trying to make task that calls my Heal_Progress function with (id, target) every 0.1 when using +heal...

Whats wrong with this code?
set_task(0.1,"Heal_Progress", 46475+id, id, target, 2, "a")...
Forum: Suggestions / Requests 04-30-2005, 19:03
Replies: 14
Views: 3,213
Posted By Cronck
I realized that.... :P

I realized that.... :P
Forum: Scripting Help 04-30-2005, 19:01
Replies: 14
Views: 3,348
Posted By Cronck
i dont have any mines plugin?

i dont have any mines plugin?
Forum: Scripting Help 04-30-2005, 18:58
Replies: 14
Views: 3,348
Posted By Cronck
Oh... I was thinking of making my skill heal 1hp...

Oh... I was thinking of making my skill heal 1hp every 0.1 second, instead of 10 per second :)
But i guess it wont be possible, cant be set to 2.3 if the user has 23 hp to be healed..
Forum: Scripting Help 04-30-2005, 18:47
Replies: 14
Views: 3,348
Posted By Cronck
Thanks :D Is there a way i can make it 0.1...

Thanks :D

Is there a way i can make it 0.1 sec?
Forum: Scripting Help 04-30-2005, 17:58
Replies: 14
Views: 3,348
Posted By Cronck
Action Progress like when planting/defusing bomb

How do i add such a progressbar for my functions?

For ex. i wanna use it for my healing skill, and when people heal eachother the bar should be shown, for about 3 secs...
Forum: Scripting Help 04-30-2005, 17:40
Replies: 143
Views: 64,938
Posted By Cronck
Icons... dunno, just make something like a green...

Icons... dunno, just make something like a green slash at the existing document icon? :)
No, i forgot to set up the settings... Sorry :D

Edit:
It would also be nice if we could choose if our...
Forum: Scripting Help 04-30-2005, 17:19
Replies: 143
Views: 64,938
Posted By Cronck
It says my include file doesn't exist.... And...

It says my include file doesn't exist....
And could you please make it stop saying 'public' in front of my functions?
public functions could have an other icon than others... :)
...
Showing results 1 to 25 of 79

 
Forum Jump

All times are GMT -4. The time now is 13:38.


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