AMXX-BG.INFO kreedz_records.inc Raw include

kreedz_records.inc

Original include source with line numbers.

Back Download .inc
1 #if defined _kreedz_records_included
2 #endinput
3 #endif
4
5 #define _kreedz_records_included
6
7 enum _:RecordsStruct {
8 RecordsTitle[64], // source name
9 RecordsAuthor[32], // recordholder
10 Float:RecordsTime,
11 RecordsExtension[16], // additional info (map path)
12 };
13
14 native Array:kz_records_get_array();
15