forked from fte/fteqw
1
0
Fork 0

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3409 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Magnus 2009-11-05 03:38:42 +00:00
parent 7184ac46d1
commit 483b971185
1 changed files with 4 additions and 1 deletions

View File

@ -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)