small changes in natives

This commit is contained in:
Lukasz Wlasinksi
2004-08-06 13:58:20 +00:00
parent 06098e3bf1
commit 27f5e72afe
3 changed files with 72 additions and 2 deletions

View File

@ -454,6 +454,11 @@ AMX_NATIVE_INFO base_Natives[] = {
{"tfc_setpddata", TFC_SetPDdata },
{"register_statsfwd",register_forward },
//*****************************************
{"get_weaponname", TFC_GetWpnName},
//******************* 19 :)
{NULL, NULL}
};