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

TS Natives (Version: 0.1b)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Drak
Veteran Member
Join Date: Jul 2005
Old 03-26-2009 , 18:44   TS Natives (Version: 0.1b)
Reply With Quote #1

Version: 0.1b

This was quickly done, tested, but probably not well enough. I'm going to add alot more, but it might have some use currently.
As of right now, there is one forward, that is called each time a player does a stunt.

Include the "include" below in your plugin to use this forward.

Code:
 TS_Stunt(id,Stunt:Type)
Usage:
Code:
public TS_Stunt(id,Stunts:Type)     if(Type == ST_DIVE)         client_print(id,print_chat,"[TS] You just dived!");
List of stunts:
Code:
enum Stunts {     ST_DIVE = 0,     ST_DIVE_LEFT,     ST_DIVE_RIGHT,     ST_BACKFLIP,     ST_FRONTFLIP, }

Planned:
Blocking of Stunts
Attack's Forward (Hooking Melee Attacks)

If you have any suggestions, please post

NOTE: You must be running the plugin on the server, for this to work.
There are also empty forwards in the include, do not use them.
Attached Files
File Type: inc TSDYNatives.inc (492 Bytes, 248 views)
File Type: sma Get Plugin or Get Source (TSDyNatives.sma - 828 views - 1.8 KB)
__________________
Oh yeah

Last edited by Drak; 03-28-2009 at 19:59.
Drak is offline
Send a message via MSN to Drak
 



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 09:17.


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