Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: naris
Forum: Snippets and Tutorials 02-04-2011, 13:09
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9.6 BETA (289 Function Stocks) | updated 03.02.2011

// clients.inc(632) : error 092: number of arguments does not match definition

You also need to add the size parameter to the call.
Forum: Snippets and Tutorials 01-31-2011, 16:58
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9.4 BETA (278 Function Stocks) | updated 31.01.2011

The Entity_Flags look suspect, are EFL_KEEP_ON_RECREATE_ENTITIES and EFL_HAS_PLAYER_CHILD both supposed to be bit 4?

enum Entity_Flags
{
EFL_KILLME = (1<<0), // This entity is marked for...
Forum: Snippets and Tutorials 01-31-2011, 16:48
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9.4 BETA (278 Function Stocks) | updated 31.01.2011

Yeah, that's true -- but those are mostly native declarations and not so many stocks.

Also, you usually need to use parts of most of the sourcemod includes in any given plugin while many of the...
Forum: Snippets and Tutorials 01-31-2011, 16:42
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9.4 BETA (278 Function Stocks) | updated 31.01.2011

This function needs to be fixed:

/**
* Returns whether the entity has specific Spawnflags.
*
* @param entity Entity index.
* @param flags Flags value.
* @return True if the...
Forum: Snippets and Tutorials 01-31-2011, 12:59
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9.4 BETA (278 Function Stocks) | updated 31.01.2011

Doh! :oops:

Sorry about that, Indeed I should of read the last update changes
Forum: Snippets and Tutorials 01-31-2011, 12:29
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9.2 BETA (269 Function Stocks) | updated 28.01.2011

Did you try modifying and including only 1 of the includes, such as #include <smlib/world> or are you continually including EVERYTHING by using #include <smlib>?

Did you try this using a large...
Forum: Snippets and Tutorials 01-28-2011, 22:31
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9.2 BETA (269 Function Stocks) | updated 28.01.2011

Actually it DOES increase compile time as it take longer to open, read and compile 274+ stocks in 18 files than it would to compile say, 10 of them in 1 single file, especially if you are compiling a...
Forum: Snippets and Tutorials 01-28-2011, 13:39
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9.2 BETA (269 Function Stocks) | updated 28.01.2011

It would be a lot better if "#include <smlib>" was omitted from the includes, especially since most of them don't require anything from the others. It would also be better if those that do require...
Forum: Snippets and Tutorials 01-28-2011, 13:28
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9 BETA (266 Function Stocks)

Oh, I understand it, but it still makes me cringe. It is a bit of a bad practice. However I do see the point of not having another parameter that isn't really needed.
Forum: Snippets and Tutorials 01-27-2011, 16:56
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9 BETA (266 Function Stocks)

This function really should have and use the maxlen parameter mentioned in the comment, that is not present in the actual function, instead of the literal 2147483647!

/**
* Removes a list of...
Forum: Snippets and Tutorials 01-27-2011, 16:48
Replies: 458
Views: 311,732
Posted By naris
Re: SMLIB 0.9 BETA (266 Function Stocks)

This function must not be correct :?

I would think that "connectspectate.phrases" should be replaced with path and "translations/connectspectate.phrases.txt" with szTranslationsPath.

stock...
Showing results 1 to 11 of 11

 
Forum Jump

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


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