mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
updated header | added amxmod include
This commit is contained in:
parent
c3da720704
commit
0c813c40c7
@ -1,7 +1,7 @@
|
||||
/* AMX Mod X script.
|
||||
*
|
||||
* (c) 2002-2004, OLO
|
||||
* modified by BAILOPAN,Manip,PM,SniperBeamer
|
||||
* modified by the AMX Mod X Development Team
|
||||
*
|
||||
* This file is provided as is (no warranties).
|
||||
*
|
||||
@ -22,5 +22,7 @@
|
||||
* File location: $moddir/addons/amx
|
||||
*/
|
||||
|
||||
#include <amxmod>
|
||||
|
||||
public get_score( stats[8] , body[8] )
|
||||
return stats[0] - stats[1] // kills - deaths
|
Loading…
Reference in New Issue
Block a user