View Single Post
Hartmann
Senior Member
Join Date: Nov 2014
Old 10-10-2018 , 14:01   Re: GATHER SYSTEM PUG Mod
Reply With Quote #2

Plugin API

If you want use API you must include gather.inc in your code!

Code:
#include < gather >
Gather Plugin have three natives:

Code:
native bool:g_bStart();
Check for prepare, that is time before start match.

Code:
native bool:IsStarted();
Check match start, yes or no.

Code:
native bool:SecondHalf();
Check Second Half Start, yes or no.

Plugin example:

Respawn before match start:
https://github.com/alghtryer/gather/...PI/respawn.sma

Save players kills/deats on match half:
https://github.com/alghtryer/gather/...nAPI/score.sma

Will be soon:
- Statistic on end of match



__________________

RETAKES v1.0
github.com/alghtryer/retakes

Contact : [email protected]

BTC Donate: 1QAh1NLmeHy81LF9r8PaeGjYqHL2BBcJTx


Last edited by Hartmann; 01-17-2019 at 16:15.
Hartmann is offline