mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-11 07:01:43 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3409 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7184ac46d1
commit
483b971185
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
void bprint(float plev, string st, string s2){}
|
||||
float PRINT_MEDIUM = 1;
|
||||
|
||||
#include "../inventory.qc"
|
||||
|
||||
|
||||
float show_inventory;
|
||||
|
||||
vector mousepos;
|
||||
|
@ -79,6 +81,7 @@ void() Invent_Draw =
|
|||
drawstring('112 248 0'+('2 0 0'*IMGSIZEF), " ARMOUR ", '8 8 8', '1 1 1', 1);
|
||||
SlotImage('112 256 0'+('2 0 0'*IMGSIZEF), 3);
|
||||
|
||||
|
||||
i = getstati(62);
|
||||
if (i == 1)
|
||||
itname = "team: rangers";
|
||||
|
@ -91,7 +94,7 @@ void() Invent_Draw =
|
|||
if (i == 1)
|
||||
itname = "class: medic";
|
||||
else if (i == 2)
|
||||
itname = "class: assasin";
|
||||
itname = "class: assassin";
|
||||
else if (i == 3)
|
||||
itname = "class: soldier";
|
||||
else if (i == 4)
|
||||
|
|
Loading…
Reference in a new issue