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

Showing results 1 to 25 of 43
Search took 0.01 seconds.
Search: Posts Made By: zekStein
Forum: Zombie:Reloaded 09-10-2016, 17:16
Replies: 31
Views: 24,892
Posted By zekStein
Re: [CS:GO] Zombie Sounds

Why i get this thing ?

[Sound] S_StartSound(): Failed to load sound 'ambient\zr\zr_ambience.mp3'. Can't create mixer.

Downloads:

//...
Forum: Scripting Help 08-23-2013, 14:49
Replies: 10
Views: 2,185
Posted By zekStein
Re: Array String Help

thanks.
If you want to give me an ideea, i have top 10 players. i take the players, i make a query to take their kills, i query the mysql, i use SQL_MoreResults and i have an array but the results(...
Forum: Scripting Help 08-23-2013, 14:28
Replies: 10
Views: 2,185
Posted By zekStein
Re: Array String Help

It seems to be ok.
So i tested and its ok.
The problem was in the set_fail_state( i dont used log_amx, why ? im crazy .. ).

Now it's ok thanks a lot !

I just have to work a little with mysql...
Forum: Scripting Help 08-23-2013, 13:41
Replies: 10
Views: 2,185
Posted By zekStein
Re: Array String Help

I cant escape like ^^ .. and if i change the control char with $ for example i get a lot of error at formatex html ..
Forum: Scripting Help 08-23-2013, 13:40
Replies: 6
Views: 2,438
Posted By zekStein
Re: #pragma explanation

I cant escape like ^^ .. and if i change the control char with $ for example i get a lot of error at formatex html ..
Forum: Scripting Help 08-23-2013, 13:34
Replies: 10
Views: 2,185
Posted By zekStein
Forum: Scripting Help 08-23-2013, 13:07
Replies: 10
Views: 2,185
Posted By zekStein
Re: Array String Help

If i formatex a string like that : "string %s", 'Mod ^.^" , it remains Mod . .. the ^ dissapear.

Could you help me with the array part?
Forum: Scripting Help 08-23-2013, 12:17
Replies: 10
Views: 2,185
Posted By zekStein
Array String Help

Hello,

I don't want to use formatex in this situation because of the problems with the ^ escape character.
So don't try to tell me about formatex cuz i tried 1000 milion times.

So :

I have...
Forum: Scripting Help 07-22-2013, 11:07
Replies: 3
Views: 1,992
Posted By zekStein
Re: Entity Rotating

If i use ANGLES, the entity rotates on a circle to say like that. It orbits an axis that isn't the middle of the entity to say like that.

I want to rotate the entity, to orbit around his origin.
...
Forum: Scripting Help 07-21-2013, 10:16
Replies: 3
Views: 1,992
Posted By zekStein
Entity Rotating

Hello there !
I need to rotate an entity around his origin to say like this ...

I don't want to rotate the 'entity', the 'model'( which is an entity made in VHE, for example a cilinder, or a box...
Forum: Scripting Help 08-20-2012, 07:01
Replies: 10
Views: 1,845
Posted By zekStein
Re: Method to check last CT

Oh my dear Alka, int ? :))) What times ... what times ...
Forum: Scripting Help 05-21-2012, 07:34
Replies: 5
Views: 1,592
Posted By zekStein
Re: 2d Array Crash

That solved my problem, thank you so much !
Forum: Scripting Help 05-20-2012, 12:39
Replies: 5
Views: 1,592
Posted By zekStein
Re: 2d Array Crash

Yes i can ... even if i put myself the number of characters i have the same error so isn't from there. :)
Forum: Scripting Help 05-20-2012, 12:00
Replies: 5
Views: 1,592
Posted By zekStein
2d Array Crash

Hello there,

I have a problem with a 2d array, and i can't solve it.


new szInfo[ 6 ][ 64 ]; // this is the line 282.
str_explode( szIdent, '~', szInfo, 6, charsmax( szInfo[ ] ) );...
Forum: Approved Plugins 04-08-2012, 10:52
Replies: 30
Views: 20,533
Posted By zekStein
Re: Deathrun: Life Transfer

:) very very true.

@on: so nice that plugin. good job tuty :)
Forum: Trash 04-08-2012, 10:30
Replies: 10
Views: 3,117
Posted By zekStein
Re: Aliens vs Hunters MOD

That's my last reply in that thread.

I see in your attitude that personality of 'Real Romanian', to say like that.
When something upsets you, start swearing because that is soooo good.

Thanks...
Forum: Trash 04-08-2012, 10:09
Replies: 10
Views: 3,117
Posted By zekStein
Re: Aliens vs Hunters MOD

Oh you speak Romanian ? I do that too. I am Romanian but i have EYES :shock: ?!

The category is : NEW PLUGIN SUBMISSIONS not ADDONS !!

lol
...
Forum: Off-Topic 03-07-2012, 12:45
Replies: 287
Views: 57,631
Posted By zekStein
Forum: Module Coding 03-07-2012, 12:17
Replies: 206
Sticky: Module: Rage
Views: 213,016
Posted By zekStein
Re: Module: Rage

very nice module, i'll be helpfull to my server because i don't have to put the signature like in orpheu !!!
Forum: Unapproved/Old Plugins 03-06-2012, 12:47
Replies: 8
Views: 7,762
Posted By zekStein
Re: Advanced Current Time

Added.



I used the time function and about the other ... didn't understand very well what you said but i made something.
Forum: Unapproved/Old Plugins 03-05-2012, 13:56
Replies: 8
Views: 7,762
Posted By zekStein
Advanced Current Time

* Advanced Current Time 1.0.2
http://i.imgur.com/AtTun.jpg
by zekStein++


[~] This is a very simple plugin.
[~] For a number of seconds, it shows the Current Time instead the Round Time.
...
Forum: Off-Topic 01-16-2012, 11:08
Replies: 39
Views: 9,150
Posted By zekStein
Re: What game you are playing(except CS)

mario multiplayer and chicken invaders multiplayer
Forum: Module Coding 01-07-2012, 06:42
Replies: 2
Views: 1,795
Posted By zekStein
Re: Function from SDK not working

Exists any tutorial related to the address finding ?
Or that address was already posted ?
Forum: Module Coding 01-06-2012, 11:30
Replies: 2
Views: 1,795
Posted By zekStein
Function from SDK not working

//- Win32 Includes
#include "main.h"
#include <windows.h>
#include <stdio.h>
//- Sdk Includes
#include "sdk/amxxmodule.h"

#include "CString.h"

//- Other includes.
Forum: Module Coding 01-06-2012, 11:29
Replies: 2
Views: 1,288
Posted By zekStein
Re: Got some errors on tryng to compile a code

Thanks man, but now i have another problem ! I'll make another topic.
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT -4. The time now is 00:56.


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