dod_get_user_weapon added. Compile options for old/new forwards system
This commit is contained in:
@ -330,6 +330,8 @@ void CMapInfo::Init(){
|
||||
|
||||
}
|
||||
|
||||
#ifdef FORWARD_OLD_SYSTEM
|
||||
|
||||
// *****************************************************
|
||||
// class Forward
|
||||
// *****************************************************
|
||||
@ -369,4 +371,6 @@ void Forward::exec(int p1,int p2){
|
||||
MF_AmxExec(a->amx, NULL, a->iFunctionIdx, 2,p1, p2);
|
||||
a = a->next;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user