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

Showing results 1 to 25 of 295
Search took 0.03 seconds.
Search: Posts Made By: Cr3V3TT3
Forum: General 06-14-2006, 18:35
Replies: 3
Views: 1,978
Posted By Cr3V3TT3
oO I stopped hl2/css for a few months and i...

oO

I stopped hl2/css for a few months and i just come back, there will no more be MetaEng in SourceMod?
Forum: General 06-14-2006, 18:18
Replies: 3
Views: 1,978
Posted By Cr3V3TT3
JavaScript 2.0

http://developer.mozilla.org/presentations/xtech2006/javascript/

What do you think of the classes and packages features of js2?

Classes will provide interesting way to format a JavaScript...
Forum: Coding MM:S Plugins & SM Extensions 06-21-2005, 05:10
Replies: 5
Views: 2,698
Posted By Cr3V3TT3
float viewAngle =...

float viewAngle = pBaseEntity->GetAbsAngles()[YAW];
float scale = 64;
Vector offset;
offset.z = 0;

Vector pos = pBaseEntity->GetAbsOrigin();
Vector2D pospanel = WorldToMap( pos );
pospanel =...
Forum: Coding MM:S Plugins & SM Extensions 06-20-2005, 08:08
Replies: 5
Views: 2,698
Posted By Cr3V3TT3
cheat source? *link deleted*

cheat source?
*link deleted*
Forum: Mattie's Plugins 06-01-2005, 09:24
Replies: 26
Views: 2,979
Posted By Cr3V3TT3
This script sux ^^ mani can do the same thing

This script sux ^^ mani can do the same thing
Forum: Mattie's Plugins 05-31-2005, 23:26
Replies: 3
Views: 675
Posted By Cr3V3TT3
i m trying a "array script" three commands :...

i m trying a "array script"

three commands :

es_array_new <arrayname>
create a new array

es_array_get <arrayname> <index> <cvar>
set the <cvar> to the value of the <index> from <arrayname>
Forum: Mattie's Plugins 05-31-2005, 22:38
Replies: 7
Views: 987
Posted By Cr3V3TT3
:/ thats could not be possible i think ...

:/

thats could not be possible i think
because the plugin is checking for the file before executing it

if(filesystem->FileExists(szCommand))
Forum: Mattie's Plugins 05-31-2005, 22:28
Replies: 3
Views: 675
Posted By Cr3V3TT3
you can register command, so will be able to...

you can register command, so will be able to write your own library, isismod is cool

but use isismod to help eventscript is strnage :P what dont use isismod at all ^^
Forum: Mattie's Plugins 05-30-2005, 08:57
Replies: 4
Views: 773
Posted By Cr3V3TT3
dont put "" for the alias will resolve this maybe...

dont put "" for the alias will resolve this maybe
alias myformat es_format myvar "this is a %1" server_var(myvar2);
Forum: Mattie's Plugins 05-28-2005, 21:53
Replies: 2
Views: 804
Posted By Cr3V3TT3
Instalation...

Instalation http://forums.alliedmods.net/showthread.php?t=37471
Example of player_say.cfg http://www.sourcemod.net/forums/download.php?id=259

good luck ;)
Forum: HL2 Plugins 05-28-2005, 19:54
Replies: 49
Views: 14,600
Posted By Cr3V3TT3
To javascripters

String.prototype.replaceall = function(whatreplace, toreplace)
{
var result = this;
while(result.match(whatreplace))
result = result.replace(whatreplace, toreplace);
return result;
}...
Forum: Mattie's Plugins 05-27-2005, 15:20
Replies: 5
Views: 1,025
Posted By Cr3V3TT3
Le tuto, pour les français qui on pas travailler...

Le tuto, pour les français qui on pas travailler leurs langues (en tout cas pas de la bonne façon ^^)

Mici pour eux
Forum: Mattie's Plugins 05-19-2005, 14:54
Replies: 2
Views: 521
Posted By Cr3V3TT3
It will be easy to do vector lib with a part of...

It will be easy to do vector lib with a part of this code :]
Forum: Mattie's Plugins 05-18-2005, 17:26
Replies: 8
Views: 1,197
Posted By Cr3V3TT3
A thing like that is planned, a custom event,...

A thing like that is planned, a custom event, maybe Mattie can explain it to you, because i cant. ^^ (shhh its a secret)




I think its 64 for Css and Dod, 32 for others :
(but i never see >58...
Forum: Mattie's Plugins 05-16-2005, 13:12
Replies: 4
Views: 769
Posted By Cr3V3TT3
In fact, its not realy usefull, its more for...

In fact, its not realy usefull, its more for script-styling ^^

I think :
function "LoadLib" 1 "exec ES_LIB/$1.rc"

// Is greater than, less, ect..
LoadLib(Comparse)

// Run lib' s commands...
Forum: Mattie's Plugins 05-16-2005, 12:48
Replies: 4
Views: 769
Posted By Cr3V3TT3
Nobody love this ? :P ... :( Simple...

Nobody love this ? :P

... :(

Simple example :

Server.cfg
function "add" 2 "es_math $1 + server_var($2)"

Whereyouwant.cfg
Forum: Mattie's Plugins 05-16-2005, 12:19
Replies: 3
Views: 835
Posted By Cr3V3TT3
pourquoi ne pas faire un coin français tout...

pourquoi ne pas faire un coin français tout plugins confondus, ça manque ici... lol
Par ce que t' es censer connaitre l' anglais :roll: ^^
je voudrais juste savoir qu'elle commande mettre dans le...
Forum: Mattie's Plugins 05-15-2005, 19:17
Replies: 4
Views: 769
Posted By Cr3V3TT3
Thoughts

Just a thought about function definition :)

A function definition wich will work like a #define (macros) in cpp and like *_var(varname) in ES.

function "myfunc" 1 "echo $1"
| |...
Forum: General 05-14-2005, 18:20
Replies: 2
Views: 1,627
Posted By Cr3V3TT3
Because its not for hl2 or sm. I wana do...

Because its not for hl2 or sm.


I wana do a script engine for "Messenger Plus!"
I made some tests with SpiderMonkey( JavaScript ) but i dont got enough skill to do it :(
So i decided to do...
Forum: General 05-14-2005, 12:41
Replies: 2
Views: 1,627
Posted By Cr3V3TT3
Object oriented scripting, ican do it :D

Hi all !

I' m working on the EGO Script Engine.

I just finish the hardest thing i guess... the objects!

class CProp
{
char* name;
char* value;
Forum: Mattie's Plugins 05-12-2005, 13:14
Replies: 27
Views: 5,956
Posted By Cr3V3TT3
wow gg for the greaterthan !

wow gg for the greaterthan !
Forum: Mattie's Plugins 05-11-2005, 07:40
Replies: 12
Views: 1,707
Posted By Cr3V3TT3
Scripts are server side i think its not possible...

Scripts are server side i think its not possible with the same name.
Forum: Mattie's Plugins 05-10-2005, 14:33
Replies: 10
Views: 1,320
Posted By Cr3V3TT3
lol thats will be more better to get ES as an...

lol thats will be more better to get ES as an object oriented scripting language ^^
Forum: Mattie's Plugins 05-04-2005, 19:23
Replies: 5
Views: 830
Posted By Cr3V3TT3
I never test it :...

I never test it : http://filebase.bots-united.com/index.php?action=file&id=278

hope help
bye
Forum: Mattie's Plugins 05-04-2005, 19:13
Replies: 55
Views: 6,936
Posted By Cr3V3TT3
Not sure if your problem is that, and if the...

Not sure if your problem is that, and if the event server_var&game_start are activated :p

"server_cvar" // a server console var has changed
{
"cvarname" "string" // cvar name, eg...
Showing results 1 to 25 of 295

 
Forum Jump

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


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