Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: striker07
Forum: Scripting Today, 12:16
Replies: 4
Views: 65
Posted By striker07
Re: Use an existing action from a menu

else if (StrEqual(info, "tazer"))
{
ClientCommand(client, "sm_tazer(or whatever command it is)");
}
Forum: Scripting Today, 11:07
Replies: 4
Views: 65
Posted By striker07
Re: Use an existing action from a menu

else if (StrEqual(info, "tazer"))
{
Command_tazer
}
Is not a menu, what are you asking?
http://wiki.alliedmods.net/Menu_API_(SourceMod)
Forum: Scripting Today, 10:59
Replies: 3
Views: 94
Posted By striker07
Re: Limitations and such. (Entity Material)

How are you're skills with modelling software?
Can you make detailled low poly models?

You could make youre model in your program then export it into a format 3ds max can read and import it with...
Forum: Scripting Yesterday, 06:46
Replies: 1
Views: 66
Posted By striker07
Re: Cvar for shove/fatigue limit on survivors?

http://lmgtfy.com/?q=left4dead2+cvar+list
:fox:
Forum: Scripting Yesterday, 06:43
Replies: 9
Views: 256
Posted By striker07
Re: create a area

using a double account to bump you're thread is not allowed...

anyway you should do this:

You would have to follow that snippet, then using SDKHooks,
hook the player onstarttouch and...
Forum: Scripting Yesterday, 06:35
Replies: 14
Views: 259
Posted By striker07
Re: Mysql DB-layout question

Ah nice,
Cheers :up:
Forum: Scripting Yesterday, 03:01
Replies: 14
Views: 259
Posted By striker07
Re: Mysql DB-layout question

I'm kinda stuck, I need to pass multiple data with the sql callback but i cant find a way to do it, theres no command that supports passing all sorts of data(any:...)

I need this to store the...
Forum: Scripting Yesterday, 01:06
Replies: 5
Views: 164
Posted By striker07
Re: [TF2] WTF with compiller ?

Exactly i hate it when ppl remove their initial post and ask to close a thread after their problem is solved,
some ppl think they are alone in this world..
Forum: Scripting 05-23-2013, 23:34
Replies: 14
Views: 259
Posted By striker07
Re: Mysql DB-layout question

Thanks alot Ninja, but I'm not getting the picture of that quote :p.

thats what i've been doing whenever i have a min to work on the sql parts.
I already finished the Sql part for my basic...
Forum: Scripting 05-23-2013, 01:32
Replies: 6
Views: 227
Posted By striker07
Re: CS:GO Scoreboard

from datamaps dump:

CBaseEntity - game_end
- InputGameEnd (Input)(0 Bytes) - EndGame

Try InputGameEnd instead of EndGame not sure but doesnt this force the game to end?
Forum: Scripting 05-22-2013, 23:15
Replies: 14
Views: 259
Posted By striker07
Re: Mysql DB-layout question

I dont really understand database normalization, arent tables in a database always independent from each other?
we can only define their relationship with each other when we combine getting data...
Forum: Scripting 05-22-2013, 22:41
Replies: 9
Views: 205
Posted By striker07
Re: [CS:S] Game Description Override Plugin

For what game?
are you sure the bool is set true before this is called?
Forum: Scripting 05-22-2013, 22:37
Replies: 3
Views: 94
Posted By striker07
Re: Limitations and such. (Entity Material)

+1
What program do you use for making your models, if you use autodesk 3ds max then i have good news for you.
Wall Worm Tools for autodesk 3ds max allows you to import a multi/sub object material...
Forum: Scripting 05-21-2013, 23:40
Replies: 14
Views: 259
Posted By striker07
Re: Mysql DB-layout question

with "tbl_user_race_assignment:"
I was thinking to do this more simple by just putting the players active race into a client cookie instead of saving that to mysql but with this i have noticed when...
Forum: Scripting 05-21-2013, 14:09
Replies: 14
Views: 259
Posted By striker07
Re: Mysql DB-layout question

So what you mean is that it would be better if i make 2 tables? one for the level of the races and one for the levels of each ability of a race?

and what do you mean with "use auto increment ids...
Forum: Scripting 05-21-2013, 02:49
Replies: 8
Views: 179
Posted By striker07
Re: KeyValues doing my head in

??
I just can't seem to wrap my head around reading you're post.
Forum: Scripting 05-21-2013, 00:45
Replies: 14
Views: 259
Posted By striker07
Re: Mysql DB-layout question

It's easier to explain it with an example of warcraft:

Subdivisions = racename (varchars)
columns = level of the player (rows) of a skillset/ability of a race (ints)

I personally have...
Forum: Scripting 05-20-2013, 23:42
Replies: 14
Views: 259
Posted By striker07
Mysql DB-layout question

Is it possible to make a database that looks like this, this is to have a clean overview of it and not mix data of several subdivions with each other.

...
Forum: Scripting 05-10-2013, 07:07
Replies: 0
Views: 60
Posted By striker07
CSGO cookies riddle :s

Sup,
got a lil problem with cookies ..

I register the cookie, when the clients cookies cached, i check if len of this cookie is higher then 0, if not i initialize it, if theres something in it...
Forum: Scripting 05-09-2013, 17:45
Replies: 11
Views: 331
Posted By striker07
Re: Timer Callbacks: undefined symbols & loose indentation

Ah right almost mixed those 2 up :$
Thanks, gonna change that right away :)
Forum: Scripting 05-09-2013, 14:22
Replies: 11
Views: 331
Posted By striker07
Re: Timer Callbacks: undefined symbols & loose indentation

Why is this? arent userids and client indexes regular integers?
when i make timers and need a client index i just pass that since it can handle any type of data.
Forum: Scripting 05-08-2013, 19:01
Replies: 2
Views: 86
Posted By striker07
Re: [CSGO] Cookie makes watchdogg abort server

bah lol, turns out i forgot to implement a isclientingame check before sending him a chatmessage...
so this part works, still not entirely working though but il get back to it if i'm stuck somewhere
Forum: Scripting 05-08-2013, 14:19
Replies: 2
Views: 86
Posted By striker07
[CSGO] Cookie makes watchdogg abort server

I'm having a problem with using cookies, only have 1 and as i have it now the server crashes when i joined a team.

at first it was crashing at getting game info during connected, so moved the...
Forum: Scripting 05-08-2013, 10:35
Replies: 6
Views: 105
Posted By striker07
Re: tag mismatch in Hook globalforward

ok cheers much appreciated
Forum: Scripting 05-08-2013, 10:19
Replies: 6
Views: 105
Posted By striker07
Re: tag mismatch in Hook globalforward

ublic Forward_OnClientActiveLvlChange_Pre(client, prevlvlid, newlvlid)
{
Call_StartForward(g_fOnClientActiveLvlChange_Pre);
Call_PushCell(client);
Call_PushCell(prevlvlid);
...
Showing results 1 to 25 of 500

 
Forum Jump

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


Powered by vBulletin®
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Theme made by Freecode Sponsored by Layered Technologies
Freecode