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

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: Enum
Forum: Spanish 10-29-2010, 07:27
Replies: 41
Views: 6,936
Posted By Enum
Re: [ES] Pedido de tutorial

Gracias ericson me sirvio :)

una pregunta, como agrego una imagen o textura con mi nombre ejemplo "by enum" y se lo aplico al mapa?
osea ya tengo todo el mapa andando todo, pero quiero agregarle...
Forum: Spanish 10-29-2010, 00:51
Replies: 41
Views: 6,936
Posted By Enum
Re: [ES] Pedido de tutorial

porque cuando pongo crear objeto me aparece asi?? y no todo relleno??

http://img264.**************/img264/9963/dibujoxb.jpg
Forum: Spanish 10-18-2010, 21:44
Replies: 18
Views: 4,074
Posted By Enum
Re: [ES][ZP] Hacer muchos niveles

Podes usarlo como quieras, string, float, etc.


En ese caso vas a tener que usar switch....


new costo[33]

switch ( g_level[id] )
{
Forum: Code Snippets/Tutorials 10-18-2010, 21:40
Replies: 32
Views: 42,139
Posted By Enum
Forum: Spanish 10-18-2010, 21:35
Replies: 7
Views: 1,814
Posted By Enum
Re: [ES]Leer todas las lineas de un vault.

Pregunté eso ayer, fijate mi thread
Forum: Scripting Help 10-18-2010, 20:20
Replies: 16
Views: 3,840
Posted By Enum
Re: How can i read all data in a fvault file?

Thnks, works fine! you are the best :wink:!!!!
Forum: Spanish 10-18-2010, 16:29
Replies: 2
Views: 1,499
Posted By Enum
Re: [ES] [ZP] Admin gane AP x2 y x3

take damage + is_user_admin + g_ammopacks[attacker] += 2 + else + g_ammopacks[attacker] += 1
Forum: Scripting Help 10-18-2010, 14:01
Replies: 16
Views: 3,840
Posted By Enum
Re: How can i read all data in a fvault file?

Yes, but i want edit g_szValues.

And the Result in cs:

client_print( 0, print_chat, "Values 15/15/15 15:15" )
and not
client_print( 0, print_chat, "Values 15 15 15 15 15" )

but i cant edit...
Forum: Scripting Help 10-18-2010, 13:22
Replies: 16
Views: 3,840
Posted By Enum
Re: How can i read all data in a fvault file?

Yes, but i have a string g_szValues, and not num1,num2,etc.
i think what i need use "add" but i don't know how can make this :cry:
Forum: Scripting Help 10-18-2010, 11:12
Replies: 16
Views: 3,840
Posted By Enum
Re: How can i read all data in a fvault file?

I tried with UsingForwards and works fine, thanks!

A last question :oops:

If i wanna print this:

client_print( id, print_chat, "Name: %s - 15/15/15 at 15:15" )


how can i make this?...
Forum: Scripting Help 10-17-2010, 21:06
Replies: 16
Views: 3,840
Posted By Enum
Re: How can i read all data in a fvault file?

Thanks, that works fine only for somethig.
I have this in my nvault file

"Enum 15 15 15 15 15".

and in console appears two 15 less, why?

Result:

Names: Enum
Forum: Scripting Help 10-17-2010, 15:59
Replies: 16
Views: 3,840
Posted By Enum
Re: How can i read all data in a fvault file?

Ok, here go.

I have this in my nvault file.

"Test1" "100 200"
"Test2" "200 300"
"Test3" "500 1200"
"Test4" "6000 10000"
Forum: Scripting Help 10-17-2010, 13:21
Replies: 16
Views: 3,840
Posted By Enum
Re: How can i read all data in a fvault file?

and of nvault you know?
y tried that...


for( new i = 1; i <= MAX_ADMINS; i++ )
{
// format( Vaultkey, 63, "Enum" )
if(nvault_lookup(DataBase,...
Forum: Off-Topic / Chat General 10-16-2010, 14:52
Replies: 26,241
Views: 9,832,842
Posted By Enum
Re: [ES] El Offtopic va ACA! (con reglas)

Hola soy harry la ardilla que tiembla prrrr tengo frío necesito un sueter.
Forum: Scripting Help 10-16-2010, 14:33
Replies: 23
Views: 3,935
Posted By Enum
Re: Code Style

is how the "if" but in a print/hud, etc.
and ":" is how the else in a if too.
Forum: Scripting Help 10-16-2010, 14:29
Replies: 16
Views: 3,840
Posted By Enum
How can i read all data in a fvault file?

example i have this data in my fvault file:

"Name" "1 2"

and my questions is:
How can i make a for and obtain all data? i tried this, but doesn't work ;(


static Data[512], Name[33],...
Forum: Spanish 10-15-2010, 14:05
Replies: 5
Views: 1,460
Posted By Enum
Re: [ES] acerca del registro de parpadeo

supongamos que es un servidor dedicado, tengo ip privada (10.0.0.3), y por ejemplo mi database se llama "holacomoteva", el usuario "hola" y la password "chau", estaria bien esto?? porque no...
Forum: Spanish 10-13-2010, 17:05
Replies: 5
Views: 1,460
Posted By Enum
[ES] acerca del registro de parpadeo

bueno la cuestion es que no lo pude conectar y no soy muy bueno u_u lo que hice fue lo siguiente:

cree la base de datos, en ella cree la tabla "account" ( sin las comillas )
luego, cree los 2...
Forum: Spanish 10-10-2010, 10:05
Replies: 6
Views: 5,539
Posted By Enum
Re: [ES] Ayuda bloquear comando

#include <amxmodx>

public plugin_init()
{
register_clcmd( "jointeam", "CmdBlockChangeTeam" )
register_clcmd( "chooseteam", "CmdBlockChangeTeam" )
}

public CmdBlockChangeTeam(id)...
Forum: Spanish 10-10-2010, 09:53
Replies: 6
Views: 1,669
Posted By Enum
Re: [ES] Como instalo el ESF?

lo instale en counter strike en la carpeta valve
Forum: Spanish 10-10-2010, 07:40
Replies: 3
Views: 1,155
Posted By Enum
Re: [ES]Optimizacion

Si


static i,y,x

for( i = 0, y = 0, x = 2; i < 4, y < 2, x < 3; i++, y++, x++ )
{
if( Text[i][i+1] < 3 )
continue;
Forum: Spanish 10-10-2010, 07:39
Replies: 6
Views: 1,669
Posted By Enum
Forum: Spanish 10-09-2010, 10:05
Replies: 6
Views: 1,669
Posted By Enum
[ES] Como instalo el ESF?

hola a todos, soy nuevo en el foro, pero me registre mas qe nada para preguntar hacerca de como puedo instalar el ESF


bueno la cuestion es que instale el ESF en valve, pero a la hora de abrirlo...
Showing results 1 to 23 of 23

 
Forum Jump

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


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