View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 11-24-2009 , 12:43   Re: HideNSeek XP Mod by Exolent
Reply With Quote #8

Quote:
Originally Posted by Arkshine View Post
Why do you use nvault when you could use sqlite with the same code than mysql ; just changing the drivers affinity.
Didn't think about doing that, since I never have used sqlite.
So, I should do this:
Code:
// plugin_init( ) #if defined USING_SQL SQL_SetAffinity( "sqlx" ); #else SQL_SetAffinity( "sqlite" ); #endif

Quote:
Originally Posted by xPaw View Post
g_armor_enabled[CsTeams+(CsTeams:1)]

wtf?
Oops. That was on an older version that I forgot to delete.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline