Whats the error in this part ?
Procedure AllDraw(ID: integer);
begin
DrawText(ID,'Level :'+ inttostr(soldier[ID].level)+chr(13)+chr(10)+'XP :'+ inttostr(soldier[ID].xp)+'/'+inttostr(soldier[ID].maxxp)+chr(13)+chr(10)+'Money : $' + inttostr(soldier[id].money)+chr(13)+chr(10)+'Kill : '+ inttostr(soldier[ID].Kill)+chr(13)+chr(10)+'Zombie Destroyer V1.4.3',300,$FFFF00
,0.07,15,320);
end;