View Single Post
  #2  
Old 11-15-2006, 11:39 PM
Joey_P2P Joey_P2P is offline
Banned
Join Date: Oct 2006
Posts: 36
Joey_P2P is on a distinguished road
Quote:
Originally Posted by LeetKrew View Post
What's the code to disable the S+A rupee dropping ability, and where would I put it?
enablefeatures(float);

ex: enablefeatures(2 + 8 + 0x10); <- Disables Pause, Rating, and Dropping of Money.

Game features (for enablefeatures)

2 P key
4 Q key
8 R key
0x10 S+A combo
0x20 S+D combo
0x40 TAB key
0x80 chat text
0x100 hearts overhead
0x200 display of nicknames
0x400 toall/PM bubbles
0x800 right-click profiles
0x1000 emoticons
0x2000 Alt+5 snapshots
0x4000 Alt+8/9 zooming
0x8000 logframe
allfeatures all features
Reply With Quote