-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual weapon name()
iamnove edited this page Jan 18, 2023
·
57 revisions
Function: string weapon_name( i : integer ) ;
i Weapon to get the name of ass defined in 'values.h' and 'weapons.def' returns The name of the weapon that corresponds with the integer value
example: ---~---~---~---~---~---~---~---~---
myweap:=weapon_name(5);
---~---~---~---~---~---~---~---~---