Rules
FAQ
Members List
Search
Register
Login
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
striker07
Forum:
Scripting
Today, 12:16
Replies:
4
Use an existing action from a menu
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
Use an existing action from a menu
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
Limitations and such. (Entity Material)
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
Cvar for shove/fatigue limit on survivors?
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
create a area
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
Mysql DB-layout question
Views:
259
Posted By
striker07
Re: Mysql DB-layout question
Ah nice,
Cheers :up:
Forum:
Scripting
Yesterday, 03:01
Replies:
14
Mysql DB-layout question
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
[SOLVED] [TF2] WTF with compiller ?
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
Mysql DB-layout question
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
[SOLVED] CS:GO Scoreboard
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
Mysql DB-layout question
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
[CS:S] Game Description Override Plugin
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
Limitations and such. (Entity Material)
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
Mysql DB-layout question
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
Mysql DB-layout question
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
KeyValues doing my head in
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
Mysql DB-layout question
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
Mysql DB-layout question
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
CSGO cookies riddle :s
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
Timer Callbacks: undefined symbols & loose indentation
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
Timer Callbacks: undefined symbols & loose indentation
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
[CSGO] Cookie makes watchdogg abort server
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
[CSGO] Cookie makes watchdogg abort server
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
tag mismatch in Hook globalforward
Views:
105
Posted By
striker07
Re: tag mismatch in Hook globalforward
ok cheers much appreciated
Forum:
Scripting
05-08-2013, 10:19
Replies:
6
tag mismatch in Hook globalforward
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
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports (NEW)
Issues with AMX Mod X
Off-Topic / General Chat
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Plugins in Review
Unapproved/Old Plugins
High-Traffic Plugins
Request a Sub-Forum
GunGame
v3x's Plugins
GHW_Chronic's Scripts
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
GabenMod
CSDM
AMX Super
RuneMod
Zombie Plague Mod
Help / Support
Suggestions / Subplugin Requests
Subplugin Submissions
API Scripting Help
Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Multilingual
French
German
Spanish
Off-Topic / Chat General
Guías/Tutoriales
Others
Translation Request
(OLD) Bug Reports
AMX Mod Migration Support
SourceMod
News
General
Plugins
Approved Plugins
New Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins for HL2
Asherkin's Plugins
TF2Items
TFDodgeball
SteamTools
SuperHero Mod
News
Bug Reports
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Multilingual
Superheromod :: Deutsch
Superheromod :: Français
Hosted Stuff
Bail's Plugins
CSDM
CS:S DM
PimpinJuice's Projects
War3Source
Announcements
Finished War3Source Addons
Coding Help
Superhero: Source
Announcements
Finished Heroes
Coding Help
XAD's Plugins
Trash
All times are GMT -4. The time now is
19:11
.
AlliedModders
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Theme made by Freecode
Sponsored by
Layered Technologies