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

Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version


Post New Thread Reply   
 
Thread Tools Display Modes
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-23-2009 , 00:04   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #191

Quote:
Originally Posted by crazyeffect View Post
@fysics,

Well, they tell you to do the mysql & sqlite manually
I have no clue what you are talking about.
__________________
fysiks is offline
Jack86
Veteran Member
Join Date: Dec 2008
Location: Belgrade, Serbia
Old 08-23-2009 , 03:17   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #192

Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
__________________

Jack86 is offline
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 08-24-2009 , 18:45   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #193

Why do you need sqlite?
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 08-24-2009 , 18:47   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #194

Quote:
Originally Posted by AcidoX View Post
Why do you need sqlite?
Save the admin preferences permanently.
__________________
joaquimandrade is offline
idlanhaziq
New Member
Join Date: Aug 2009
Old 08-25-2009 , 06:17   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #195

Hey.. Non-admins in my server can see the sprites as well..
Why? how do u make it so that only admins see it... The script is not changed except for "#define CanUseAlive 1".
Thanks in advance.
idlanhaziq is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 08-25-2009 , 06:19   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #196

Quote:
Originally Posted by idlanhaziq View Post
Hey.. Non-admins in my server can see the sprites as well..
Why? how do u make it so that only admins see it... The script is not changed except for "#define CanUseAlive 1".
Thanks in advance.
Impossible. Post here the code.
__________________
joaquimandrade is offline
idlanhaziq
New Member
Join Date: Aug 2009
Old 08-25-2009 , 06:42   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #197

Code:
#include <amxmodx>
#include <amxmisc>

#include <cstrike>

#include <engine>
#include <hamsandwich>
#include <fakemeta>
#include <fakemeta_util>

#include <xs>

#include <sqlx>

#define CanUseAlive 1

new const Plugin[] = "Peeping Tom - Jack86"
new const Author[] = "joaquimandrade"
new const Version[]    = "2.0"

new SpritesPath[CsTeams][] = {"","sprites/peeping_tom/t.spr","sprites/peeping_tom/ct.spr",""}
new SpritesCachedIDs[CsTeams]

const MaxSlots = 32

new bool:OnFirstPersonView[MaxSlots+1]
new HasPermissions[MaxSlots+1]

new SpectatingUser[MaxSlots+1]

const PermissionFlag = ADMIN_BAN

enum _:Vector
{
    X,
    Y,
    Z
}

enum Individual
{
    Spectated,
    Viewed
}

enum OriginOffset
{
    FrameSide,
    FrameTop,
    FrameBottom,
}

enum FramePoint
{
    TopLeft,
    TopRight,
    BottomLeft,
    BottomRight
}

new Float:OriginOffsets[OriginOffset] =  {_:13.0,_:25.0,_:36.0}

new Float:ScaleMultiplier = 0.013;
Check this out... Is it correct?
idlanhaziq is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 08-25-2009 , 06:51   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #198

Quote:
Originally Posted by joaquimandrade View Post
Impossible. Post here the code.
You changed more code than that or you are using non steam
__________________
joaquimandrade is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 08-25-2009 , 06:53   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #199

@fysics,

I was talking about enabling the mysql & sqlite module manually
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
idlanhaziq
New Member
Join Date: Aug 2009
Old 08-25-2009 , 06:54   Re: Peeping Tom 2 - Pseudo-Wallhack For Admins - Final Version
Reply With Quote #200

Hmm thats weird... well thanks anyways!
idlanhaziq is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:01.


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